fix(bds_settings): Serve files at the right url
This commit is contained in:
parent
9e185c8cb5
commit
f5bfbddfbe
1 changed files with 2 additions and 2 deletions
|
@ -129,10 +129,10 @@ SITE_ID = 1
|
|||
# Staticfiles configuration
|
||||
|
||||
STATIC_ROOT = credentials["STATIC_ROOT"]
|
||||
STATIC_URL = "/gestion/static/"
|
||||
STATIC_URL = "/static/"
|
||||
|
||||
MEDIA_ROOT = credentials.get("MEDIA_ROOT", (BASE_DIR / "media"))
|
||||
MEDIA_URL = "/gestion/media/"
|
||||
MEDIA_URL = "/media/"
|
||||
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Reference in a new issue