Browse Source

Disable sit framework

Fabs 11 years ago
parent
commit
d8dff1f178
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/settings.py

+ 1 - 1
coin/settings.py

@@ -130,7 +130,7 @@ INSTALLED_APPS = (
     'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
-    'django.contrib.sites',
+    #'django.contrib.sites',
     'django.contrib.messages',
     'django.contrib.staticfiles',
     # Uncomment the next line to enable the admin: