mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added templates location
This commit is contained in:
@@ -66,9 +66,7 @@ MIDDLEWARE_CLASSES = (
|
|||||||
ROOT_URLCONF = 'login.urls'
|
ROOT_URLCONF = 'login.urls'
|
||||||
|
|
||||||
TEMPLATE_DIRS = (
|
TEMPLATE_DIRS = (
|
||||||
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
|
os.path.join(os.path.dirname(__file__), "templates"),
|
||||||
# Always use forward slashes, even on Windows.
|
|
||||||
# Don't forget to use absolute paths, not relative paths.
|
|
||||||
)
|
)
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
@@ -78,6 +76,8 @@ INSTALLED_APPS = (
|
|||||||
'django.contrib.sessions',
|
'django.contrib.sessions',
|
||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'registration',
|
'registration',
|
||||||
|
'eve_proxy',
|
||||||
|
'eve_api',
|
||||||
'sso',
|
'sso',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
0
templates/base.html
Normal file
0
templates/base.html
Normal file
Reference in New Issue
Block a user