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 = (