- May 03, 2021
-
-
Nadja Geisler authored
-
- Apr 30, 2021
-
-
Benjamin Hättasch authored
-
- Apr 29, 2021
-
-
Benjamin Hättasch authored
Previously, the version of pytz was not fixed. This could lead to problems when the list of timezones of the locally installed version of pytz differed from the list fixed in migration 0027 of AKModel. This commit therefore: * updates django-timezone-field to the newest version * Adds pytz with the current version to requirements.txt * Introduces a migration to reflect the changes in the internal timezone list of pytz (--('America/Godthab', 'GMT-03:00 America/Godthab'), ++('America/Nuuk', 'GMT-03:00 America/Nuuk'), --('Australia/Currie', 'GMT+11:00 Australia/Currie'))
-
- Jan 17, 2021
-
-
Nadja Geisler authored
-
Nadja Geisler authored
-
- Jan 16, 2021
-
-
Add requirement Adjust settings to load toolbar in debug mode Add debug URLs
-
- May 18, 2020
-
-
Benjamin Hättasch authored
-
- May 16, 2020
-
-
Nadja Geisler authored
-
- May 14, 2020
-
-
Add django-registration-redux dependency Adapt settings and urls Add view logged-in users to either proceed to the backend or logout
-
- May 13, 2020
-
-
Nadja Geisler authored
upgrade to django 3, closes #32 upgrade django-fontawesome-5
-
- May 12, 2020
-
-
- May 11, 2020
-
-
add djangorestframework add serializers for select models create api urls extend EventSlugMixin to work for list and create methods create list and retrieve viewsets for select models include AKModel URLS into main app
-
Nadja Geisler authored
django-bootstrap4 django-split-settings
-
- Mar 01, 2020
-
-
Benjamin Hättasch authored
Add dependency django-timezone-field Add timezone field to Event Introduce i18n for default_slot field Add new and missing translations Add title property to Room (for better access of combined building + name form)
-
- Jan 12, 2020
-
-
Benjamin Hättasch authored
-
- Oct 29, 2019
-
-
Benjamin Hättasch authored
The subfolder is not under version control, however, you can place another version controlled source here if needed
-
- Oct 14, 2019
-
-
Benjamin Hättasch authored
Add suitable libraries to requirements Load these apps and adapt their basic settings
-
- Oct 09, 2019
-
-
Nadja Geisler authored
list python requirements in requirements.txt pin Django version
-