Updated requirements to allow Django 3.2

This commit is contained in:
Claude Paroz 2021-08-21 13:47:26 +02:00
parent be3958af40
commit e674f5b074
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ DATABASES = {
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
TIME_ZONE = 'Europe/Zurich'