Skip to content

Commit 1d5a714

Browse files
author
Mark Gibbs
committed
Relocate demo template inside demo, not app
1 parent b0f1fb0 commit 1d5a714

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

demo/demo/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
TEMPLATES = [
5757
{
5858
'BACKEND': 'django.template.backends.django.DjangoTemplates',
59-
'DIRS': [],
59+
'DIRS': [os.path.join(BASE_DIR,'demo','templates'),],
6060
'APP_DIRS': True,
6161
'OPTIONS': {
6262
'context_processors': [

0 commit comments

Comments
 (0)