Fix image display in Docker by loading initial fixtures on startup
This commit is contained in:
parent
d8f114d931
commit
5d8adc409e
3 changed files with 2 additions and 2 deletions
|
|
@ -235,7 +235,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue