Commits on Source (4)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
The wizard is used instead of the normal built-in creation workflow It consists of multiple steps to specify the most fundamental settings (especially the timezone), further settings, copying AKCategories and AKRequirements from existing events and activating the event once the basic configuration is done The steps after the creation (first two steps) can be skipped
-
Nadja Geisler authored
-
Nadja Geisler authored
Wizard for event creation and configuration Closes #88 See merge request !88
Showing
- AKDashboard/locale/de_DE/LC_MESSAGES/django.po 1 addition, 1 deletionAKDashboard/locale/de_DE/LC_MESSAGES/django.po
- AKModel/admin.py 25 additions, 7 deletionsAKModel/admin.py
- AKModel/forms.py 68 additions, 0 deletionsAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 127 additions, 18 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/templates/admin/AKModel/event_wizard/activate.html 36 additions, 0 deletionsAKModel/templates/admin/AKModel/event_wizard/activate.html
- AKModel/templates/admin/AKModel/event_wizard/created_prepare_import.html 52 additions, 0 deletions...es/admin/AKModel/event_wizard/created_prepare_import.html
- AKModel/templates/admin/AKModel/event_wizard/finish.html 24 additions, 0 deletionsAKModel/templates/admin/AKModel/event_wizard/finish.html
- AKModel/templates/admin/AKModel/event_wizard/import.html 28 additions, 0 deletionsAKModel/templates/admin/AKModel/event_wizard/import.html
- AKModel/templates/admin/AKModel/event_wizard/settings.html 34 additions, 0 deletionsAKModel/templates/admin/AKModel/event_wizard/settings.html
- AKModel/templates/admin/AKModel/event_wizard/start.html 26 additions, 0 deletionsAKModel/templates/admin/AKModel/event_wizard/start.html
- AKModel/templates/admin/AKModel/event_wizard/wizard_steps.html 15 additions, 0 deletions...el/templates/admin/AKModel/event_wizard/wizard_steps.html
- AKModel/views.py 97 additions, 5 deletionsAKModel/views.py
- AKPlan/locale/de_DE/LC_MESSAGES/django.po 1 addition, 1 deletionAKPlan/locale/de_DE/LC_MESSAGES/django.po
- AKPlanning/locale/de_DE/LC_MESSAGES/django.po 3 additions, 3 deletionsAKPlanning/locale/de_DE/LC_MESSAGES/django.po
- AKPlanning/settings.py 1 addition, 0 deletionsAKPlanning/settings.py
- AKScheduling/locale/de_DE/LC_MESSAGES/django.po 1 addition, 1 deletionAKScheduling/locale/de_DE/LC_MESSAGES/django.po
- AKSubmission/locale/de_DE/LC_MESSAGES/django.po 1 addition, 1 deletionAKSubmission/locale/de_DE/LC_MESSAGES/django.po
- locale/de_DE/LC_MESSAGES/django.po 4 additions, 4 deletionslocale/de_DE/LC_MESSAGES/django.po
- requirements.txt 6 additions, 5 deletionsrequirements.txt
AKModel/forms.py
0 → 100644
Django==3.1.5 | ||
django-bootstrap4==2.3.1 | ||
Django==3.1.8 | ||
django-bootstrap4==3.0.1 | ||
django-fontawesome-5==1.0.18 | ||
django-split-settings==1.0.1 | ||
django-timezone-field==4.1.2 | ||
djangorestframework==3.12.2 | ||
django-simple-history==2.12.0 | ||
djangorestframework==3.12.4 | ||
django-simple-history==3.0.0 | ||
django-registration-redux==2.9 | ||
django-debug-toolbar==3.2 | ||
django-debug-toolbar==3.2.1 | ||
django-bootstrap-datepicker-plus==3.0.5 | ||
mysqlclient==2.0.3 # for production deployment | ||
pytz==2021.1 |