Initial commit for login branch. Will implement authentication using django admin

This commit is contained in:
Johannes Randerath
2024-06-13 16:06:26 +02:00
parent 8f26811929
commit fe1273813c
3 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/Berlin'
USE_I18N = True