Skip to content

Commit

Permalink
added Pathways context_processor to the default suite of context proc…
Browse files Browse the repository at this point in the history
…essors in a newly scaffolded app
  • Loading branch information
pacharanero committed Dec 5, 2017
1 parent 6695501 commit 2969fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opal/scaffolding/scaffold/app/settings.py.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ TEMPLATE_CONTEXT_PROCESSORS= (
'django.contrib.messages.context_processors.messages',
'opal.context_processors.settings',
'opal.context_processors.models',
'opal.core.pathway.context_processors.pathways',
)

INSTALLED_APPS = (
Expand Down

0 comments on commit 2969fcf

Please sign in to comment.