Compare changes
Some changes are not shown.
For a faster browsing experience, only 86 of 635 files are shown. Download one of the files below to see all changes.
.docker/entrypoint.sh
0 → 100644
+46
−0
.docker/extra_requirements.txt
0 → 100644
+1
−0
.docker/uwsgi.ini
0 → 100644
+6
−0
.dockerignore
0 → 100644
+11
−0
+3
−0
.gitlab-ci.yml
0 → 100644
+93
−0
+3
−0
+3
−0
AKDashboard/fixtures/dashboard.json
0 → 100644
+13
−0
AKDashboard/migrations/0002_update_fa.py
0 → 100644
+19
−0
+12
−1
+34
−0
+86
−0
+56
−0
+199
−1
+1
−0
+87
−3
+643
−55
File changed.
Preview size limit exceeded, changes collapsed.
+12
−0
AKModel/availability/__init__.py
0 → 100644
+0
−0
Original line number | Original line | Diff line number | Diff line |
---|
AKModel/availability/forms.py
0 → 100644
+208
−0
AKModel/availability/serializers.py
0 → 100644
+72
−0
AKModel/environment.py
0 → 100644
+35
−0