add packaging config for ui
This commit is contained in:
parent
6ebf7c56a7
commit
3b77c17496
5 changed files with 5 additions and 5 deletions
|
@ -55,7 +55,7 @@ ROOT_URLCONF = 'homemanager.urls'
|
|||
TEMPLATES = [
|
||||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': [BASE_DIR / 'templates'],
|
||||
'DIRS': [BASE_DIR / 'main' / 'templates'],
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue