Browse Source

Variable pour stocker les statiques courants dans static_files

test_david
chirac 10 years ago
parent
commit
f14d23ba72
  1. 1
      .gitignore
  2. 2
      re2o/settings.py
  3. 0
      static_files/.static

1
.gitignore

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

2
re2o/settings.py

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

Loading…
Cancel
Save