Skip to content

Commit

Permalink
updated django 3.1.14 to 3.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
4-dash committed Aug 19, 2024
1 parent 2f8c0ab commit 1486eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==6.3.3
Django==3.1.14
Django==3.2.25
django-debug-toolbar==3.2.4
docutils==0.20.1
freezegun==1.2.2
Expand Down
2 changes: 2 additions & 0 deletions src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@
DEFAULT_FROM_EMAIL = "Feedback-Team <[email protected]>"
SERVER_EMAIL = DEFAULT_FROM_EMAIL

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

USERNAME_VERANSTALTER = 'veranstalter'

# for debug toolbar
Expand Down

0 comments on commit 1486eda

Please sign in to comment.