fix path for grid ftp files
[qcg-portal.git] / plgng / settings.py
index 34b5c84..ebffe6e 100644 (file)
@@ -6,6 +6,13 @@ SECRET_KEY = 'x%_rlnhibsxum1m5o_c5ac@p0nw+1r0&#k!v3+52)s(d=2$5y&'
 DEBUG = True
 TEMPLATE_DEBUG = True
 
+
+INSTALLED_APPS += (
+    'sslserver',
+    'debug_toolbar'
+)
+
+
 # Database
 # https://docs.djangoproject.com/en/1.7/ref/settings/#databases
 
@@ -14,4 +21,6 @@ DATABASES = {
         'ENGINE': 'django.db.backends.sqlite3',
         'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
     }
-}
\ No newline at end of file
+}
+
+DEBUG_TOOLBAR_CONFIG = {'JQUERY_URL': ''}