Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Add timezone settings
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Apr 12, 2024
1 parent 62380f4 commit 571d2a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example_project/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
STATICFILES_DIRS = [os.path.join(BASE_DIR, "aimmo/static")]
SECRET_KEY = "bad_test_secret"

USE_I18N = True
USE_L10N = True
USE_TZ = True

TIME_ZONE = "Europe/London"

WSGI_APPLICATION = "wsgi.application"

MIDDLEWARE = [
Expand Down

0 comments on commit 571d2a5

Please sign in to comment.