Ajout settings MEDIA
This commit is contained in:
parent
086b12ef79
commit
5d50953482
2 changed files with 3 additions and 1 deletions
|
|
@ -110,6 +110,8 @@ USE_TZ = True
|
|||
|
||||
STATIC_URL = "static/"
|
||||
STATIC_ROOT = BASE_DIR / "static"
|
||||
MEDIA_URL = "media/"
|
||||
MEDIA_ROOT = BASE_DIR / "media"
|
||||
|
||||
LOGOUT_REDIRECT_URL = reverse_lazy("presentation")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue