qmsk_www/settings/site.py
changeset 233 f5227f26231b
parent 214 1048b9081edc
child 108 4a72801e0de5
equal deleted inserted replaced
232:5a16a53e9800 233:f5227f26231b
     1 ## Application definition
     1 ## Application definition
     2 INSTALLED_APPS = (
     2 INSTALLED_APPS = (
     3     'django.contrib.staticfiles',
     3     'django.contrib.staticfiles',
     4     
     4     
     5     'qmsk_www_pages',
     5     'qmsk.pages',
     6 )
     6 )
     7 
     7 
     8 MIDDLEWARE_CLASSES = (
     8 MIDDLEWARE_CLASSES = (
     9 
     9 
    10 )
    10 )