Browse Source

Add STATIC_ROOT setting

Baptiste Jonglez 9 years ago
parent
commit
21505ebe2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      celutz/settings.py

+ 1 - 0
celutz/settings.py

@@ -85,6 +85,7 @@ USE_TZ = True
 # Static files (CSS, JavaScript, Images)
 # Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.7/howto/static-files/
 # https://docs.djangoproject.com/en/1.7/howto/static-files/
 
 
+STATIC_ROOT = 'static'
 STATIC_URL = '/static/'
 STATIC_URL = '/static/'