Update settings.py

This commit is contained in:
Joachim 2021-06-07 18:31:01 +02:00
parent 715cb46e1e
commit f287a19f12

View file

@ -215,7 +215,3 @@ else:
STATIC_ROOT = os.path.join(BASE_DIR, env("STATIC_ROOT", "static"))
MEDIA_URL = "/images/"
MEDIA_ROOT = os.path.join(BASE_DIR, env("MEDIA_ROOT", "images"))
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]