8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2025-01-12 19:24:28 +00:00

Variable pour stocker les statiques courants dans static_files

This commit is contained in:
Gabriel Detraz 2016-07-08 19:29:25 +02:00
parent bd4f0fafe3
commit f39497cf91
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

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

View file

@ -118,4 +118,6 @@ STATICFILES_DIRS = (
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static_files')
LOGIN_URL = '/admin/' LOGIN_URL = '/admin/'

0
static_files/.static Normal file
View file