X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fsettings.py;h=379fbc5128771a43e6a5ac17adf477604ce9c977;hb=a48f76a2d3a98c21d4b37f19cf84073e77db55c8;hp=3579ab7b06b116d510324b670870b493e0b38622;hpb=b49c71899e27592eee03b3caefbce26a411c6099;p=patchwork diff --git a/apps/settings.py b/apps/settings.py index 3579ab7..379fbc5 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -73,7 +73,7 @@ TEMPLATE_DIRS = ( # 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. - os.path.join(ROOT_DIR, 'templates') + os.path.join(ROOT_DIR, 'templates'), ) # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" @@ -86,8 +86,6 @@ TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.i18n", "django.core.context_processors.media") -AUTH_PROFILE_MODULE = "patchwork.userprofile" - INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes',