rm media/partitions from STATICFILES_DIRS
This commit is contained in:
parent
f1c5c121c9
commit
75e3d2e1c0
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ def import_secret(name):
|
|||
except AttributeError:
|
||||
raise RuntimeError("Secret missing: {}".format(name))
|
||||
|
||||
|
||||
SECRET_KEY = import_secret("SECRET_KEY")
|
||||
ADMINS = import_secret("ADMINS")
|
||||
SERVER_EMAIL = import_secret("SERVER_EMAIL")
|
||||
|
@ -112,7 +113,6 @@ USE_TZ = True
|
|||
|
||||
STATICFILES_DIRS = (
|
||||
os.path.join(BASE_DIR, 'static'),
|
||||
os.path.join(BASE_DIR, 'media/partitions'),
|
||||
)
|
||||
|
||||
AUTH_PROFILE_MODEL = 'gestion.ErnestoUser'
|
||||
|
|
Loading…
Add table
Reference in a new issue