move templates aroudn to satisfy packaging now that it's being tested
This commit is contained in:
parent
337e4db650
commit
1cf0364268
@ -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
|
||||
|
@ -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': [
|
||||
|
Loading…
Reference in New Issue
Block a user