mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-21 19:03:11 +00:00
Variable pour stocker les statiques courants dans static_files
This commit is contained in:
parent
351dd6bce0
commit
f14d23ba72
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ settings_local.py
|
|||
*.swp
|
||||
*.pyc
|
||||
__pycache__
|
||||
static_files/*
|
||||
|
|
|
@ -118,4 +118,6 @@ STATICFILES_DIRS = (
|
|||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static_files')
|
||||
|
||||
LOGIN_URL = '/admin/'
|
||||
|
|
0
static_files/.static
Normal file
0
static_files/.static
Normal file
Loading…
Reference in a new issue