move templates aroudn to satisfy packaging now that it's being tested

This commit is contained in:
Brian S. Stephan 2023-02-16 16:14:06 -06:00
parent 337e4db650
commit 1cf0364268
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
8 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
include versioneer.py
include dr_botzo/_version.py
graft dr_botzo/templates
graft facts/templates
graft ircbot/templates
graft karma/templates
graft markbot/templates
graft races/templates

View File

@ -68,7 +68,7 @@ ROOT_URLCONF = 'dr_botzo.urls'
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [os.path.join(BASE_DIR, 'templates')],
'DIRS': [os.path.join(BASE_DIR, 'dr_botzo', 'templates')],
'APP_DIRS': True,
'OPTIONS': {
'context_processors': [