diff options
-rw-r--r-- | settings.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/settings.py b/settings.py index 436008c..f6a9703 100644 --- a/settings.py +++ b/settings.py @@ -66,13 +66,6 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'troggle.urls' -TEMPLATE_DIRS = ( - "/home/goatchurch/expoweb/troggle/templates" - # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". - # Always use forward slashes, even on Windows. - # Don't forget to use absolute paths, not relative paths. -) - INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.auth', |