Flesh out detail view for Posts
This commit is contained in:
parent
32636b15b6
commit
641ace957b
3 changed files with 16 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ ROOT_URLCONF = "flangr.urls"
|
|||
TEMPLATES = [
|
||||
{
|
||||
"BACKEND": "django.template.backends.django.DjangoTemplates",
|
||||
"DIRS": [],
|
||||
"DIRS": ["flangr/templates"],
|
||||
"APP_DIRS": True,
|
||||
"OPTIONS": {
|
||||
"context_processors": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue