diff --git a/settings.py b/settings.py index 45a6095..f353f6e 100644 --- a/settings.py +++ b/settings.py @@ -66,9 +66,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'login.urls' 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(os.path.dirname(__file__), "templates"), ) INSTALLED_APPS = ( @@ -78,6 +76,8 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'registration', + 'eve_proxy', + 'eve_api', 'sso', ) diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..e69de29