Small Fix des settings
This commit is contained in:
parent
911f9bbcdd
commit
3ae2147001
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ DATABASES = {
|
|||
STATIC_URL = ROOT_URL + 'static/'
|
||||
MEDIA_URL = ROOT_URL + 'media/'
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, '/static/')
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
|
||||
|
||||
EMAIL_HOST = "nef.ens.fr"
|
||||
|
|
Loading…
Reference in a new issue