Compare changes
Some changes are not shown.
For a faster browsing experience, only 86 of 485 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
+7
−1
.gitlab-ci.yml
0 → 100644
+93
−0
AKDashboard/__init__.py
0 → 100644
+0
−0
| Original line number | Diff line number | Diff line |
|---|
AKDashboard/admin.py
0 → 100644
+13
−0
AKDashboard/apps.py
0 → 100644
+8
−0
AKDashboard/fixtures/dashboard.json
0 → 100644
+13
−0
+138
−0
AKDashboard/migrations/0001_initial.py
0 → 100644
+32
−0
AKDashboard/migrations/0002_update_fa.py
0 → 100644
+19
−0
AKDashboard/migrations/__init__.py
0 → 100644
+0
−0
| Original line number | Diff line number | Diff line |
|---|
AKDashboard/models.py
0 → 100644
+42
−0
AKDashboard/static/AKDashboard/style.css
0 → 100644
+51
−0
+42
−0
+34
−0
+86
−0
+56
−0
AKDashboard/tests.py
0 → 100644
+199
−0
AKDashboard/urls.py
0 → 100644
+10
−0
AKDashboard/views.py
0 → 100644
+102
−0
+686
−1
File changed.
Preview size limit exceeded, changes collapsed.
+12
−0
AKModel/availability/__init__.py
0 → 100644
+0
−0
| Original line number | Diff line number | Diff line |
|---|
AKModel/availability/forms.py
0 → 100644
+208
−0
AKModel/availability/models.py
0 → 100644
+342
−0
AKModel/availability/serializers.py
0 → 100644
+72
−0
AKModel/environment.py
0 → 100644
+35
−0
AKModel/fixtures/model.json
0 → 100644
+871
−0
AKModel/forms.py
0 → 100644
+297
−0
+1573
−0
File added.
Preview size limit exceeded, changes collapsed.
AKModel/management/__init__.py
0 → 100644
+0
−0
| Original line number | Diff line number | Diff line |
|---|
AKModel/management/commands/__init__.py
0 → 100644
+0
−0
| Original line number | Diff line number | Diff line |
|---|
+43
−0
AKModel/metaviews/__init__.py
0 → 100644
+5
−0
AKModel/metaviews/admin.py
0 → 100644
+255
−0
AKModel/metaviews/status.py
0 → 100644
+175
−0
AKModel/migrations/0001_event.py
0 → 100644
+25
−0
AKModel/migrations/0002_ak_owner.py
0 → 100644
+31
−0
AKModel/migrations/0003_ak.py
0 → 100644
+90
−0
AKModel/migrations/0004_room.py
0 → 100644
+31
−0
AKModel/migrations/0005_ak_slot.py
0 → 100644
+30
−0
+121
−0
AKModel/migrations/0007_availability.py
0 → 100644
+41
−0
+38
−0
+19
−0
+20
−0
+19
−0
AKModel/migrations/0012_ak_wish.py
0 → 100644
+18
−0
+50
−0
AKModel/migrations/0014_akcategory.py
0 → 100644
+22
−0
+18
−0
+18
−0
+20
−0
AKModel/migrations/0017_owner_slug.py
0 → 100644
+40
−0
+14
−0
+18
−0
AKModel/migrations/0020_ak_unique.py
0 → 100644
+27
−0
AKModel/migrations/0021_base_url.py
0 → 100644
+18
−0
+16
−0
+19
−0
+61
−0
AKModel/migrations/0025_contact_email.py
0 → 100644
+18
−0
+17
−0
+19
−0
File added.
Preview size limit exceeded, changes collapsed.
+53
−0
AKModel/migrations/0029_AK_notes.py
0 → 100644
+19
−0
+18
−0