mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added templates location
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
||||
0
templates/base.html
Normal file
0
templates/base.html
Normal file
Reference in New Issue
Block a user