diff --git a/photo21/settings.py b/photo21/settings.py index 953a8c2..222d7fa 100644 --- a/photo21/settings.py +++ b/photo21/settings.py @@ -235,6 +235,7 @@ WHITENOISE_MANIFEST_STRICT = False LOCALE_PATHS = [os.path.join(BASE_DIR, "photo21/locale")] +FIXTURE_DIRS = [os.path.join(BASE_DIR, "photo21/fixtures")] # Do not send email during debug # By default Django sends mails to localhost:25 without authentification