[svn r8055] Moved template directories to local settings

This commit is contained in:
julian 2008-11-03 00:18:55 +01:00
parent c2876c0b64
commit 223a32a5db

View File

@ -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',