From 062d47daafc15592915610ae56ac3af05105a404 Mon Sep 17 00:00:00 2001 From: dorotawm Date: Sun, 22 Feb 2015 13:33:25 +0000 Subject: [PATCH] [#37] - Modified settings.py - removed accounts/templates from TEMPLATE_DIRS --- sandbox/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sandbox/settings.py b/sandbox/settings.py index 8ecd73a..6ba1e2f 100644 --- a/sandbox/settings.py +++ b/sandbox/settings.py @@ -105,8 +105,7 @@ STATIC_URL = '/static/' -TEMPLATE_DIRS = (os.path.join(BASE_DIR, 'accounts/templates'), -os.path.join(BASE_DIR, 'templates') +TEMPLATE_DIRS = (os.path.join(BASE_DIR, 'templates'), ) AUTH_USER_MODEL = 'accounts.User' \ No newline at end of file