Introduce GUI for slide export
This allows specifying the parameters without the need to know the GET keys Also resolve double-compiling issue and thus switch from custom version of django-tex to the latest official release Minor improvements to generic admin action view This implements #152
Showing
- AKModel/forms.py 24 additions, 0 deletionsAKModel/forms.py
- AKModel/templates/admin/AKModel/status.html 1 addition, 3 deletionsAKModel/templates/admin/AKModel/status.html
- AKModel/urls.py 2 additions, 3 deletionsAKModel/urls.py
- AKModel/views.py 54 additions, 49 deletionsAKModel/views.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
... | @@ -8,7 +8,7 @@ django-simple-history==3.1.1 | ... | @@ -8,7 +8,7 @@ django-simple-history==3.1.1 |
django-registration-redux==2.11 | django-registration-redux==2.11 | ||
django-debug-toolbar==3.7.0 | django-debug-toolbar==3.7.0 | ||
django-bootstrap-datepicker-plus==3.0.5 | django-bootstrap-datepicker-plus==3.0.5 | ||
django-tex @ git+https://github.com/bhaettasch/django-tex.git@66cc6567acde4db2ac971b7707652067e664392c | django-tex==1.1.10 | ||
django-csp==3.7 | django-csp==3.7 | ||
mysqlclient==2.0.3 # for production deployment | mysqlclient==2.0.3 # for production deployment | ||
pytz==2022.4 | pytz==2022.4 |
Please register or sign in to comment