add stub dashboard page
This commit is contained in:
@ -35,6 +35,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'dashboard',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
@ -52,8 +53,9 @@ ROOT_URLCONF = 'procat2.urls'
|
||||
TEMPLATES = [
|
||||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': [],
|
||||
'APP_DIRS': True,
|
||||
'DIRS': ['templates'],
|
||||
#'APP_DIRS': True,
|
||||
#'DIRS': [os.path.join(BASE_DIR, 'templates')],
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
'django.template.context_processors.debug',
|
||||
|
||||
Reference in New Issue
Block a user