8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-15 07:06:13 +00:00

Variable pour stocker les statiques courants dans static_files

This commit is contained in:
chirac 2016-07-08 19:29:25 +02:00
parent 351dd6bce0
commit f14d23ba72
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ settings_local.py
*.swp
*.pyc
__pycache__
static_files/*

View file

@ -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
View file