From bdd0af63a861c3a60555752ac893bebc4d9ce1fb Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Tue, 23 Apr 2013 18:02:46 -0700 Subject: [PATCH] added template directory --- mmg/settings.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mmg/settings.py b/mmg/settings.py index ae2afc6..77a1f0c 100644 --- a/mmg/settings.py +++ b/mmg/settings.py @@ -102,10 +102,7 @@ ROOT_URLCONF = 'mmg.urls' WSGI_APPLICATION = 'mmg.wsgi.application' 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.expanduser('~/src/mmg/templates'), ) INSTALLED_APPS = (