qmsk_www/settings/project.py
changeset 251 f59ab9a1d760
parent 235 2fb2928eed8c
--- a/qmsk_www/settings/project.py	Mon Oct 10 19:59:39 2016 +0300
+++ b/qmsk_www/settings/project.py	Mon Jul 03 22:42:35 2017 +0300
@@ -3,7 +3,7 @@
 # Application definition
 INSTALLED_APPS = (
     'django.contrib.staticfiles',
-    
+
     'qmsk.pages',
 )
 
@@ -30,6 +30,7 @@
 ## Static files (CSS, JavaScript, Images)
 # https://docs.djangoproject.com/en/1.7/howto/static-files/
 STATIC_URL = '/static/'
+STATIC_ROOT = './var/static'
 
 STATICFILES_DIRS = (
     # django project files
@@ -47,4 +48,3 @@
     # shared between django projects
     './templates',
 )
-