Skip to content
Snippets Groups Projects
Commit f9d08501 authored by Neda Moeini's avatar Neda Moeini
Browse files

Set MEDIA_ROOT and MEDIA_URL

parent 7b54d50e
No related branches found
No related tags found
No related merge requests found
......@@ -127,3 +127,6 @@ STATIC_ROOT = os.getenv("STATIC_ROOT", BASE_DIR / "staticfiles")
STATICFILES_DIRS = [
BASE_DIR / "static",
]
MEDIA_ROOT = os.getenv("MEDIA_ROOT", BASE_DIR / "media")
MEDIA_URL = '/media/'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment