Skip to content

Commit

Permalink
add testproject template dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jan 10, 2013
1 parent 59567e3 commit 453131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testproject/testproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
WSGI_APPLICATION = 'testproject.wsgi.application'

TEMPLATE_DIRS = (
'templates',
os_path.join(PROJECT_PATH, 'templates'),
)

TEMPLATE_CONTEXT_PROCESSORS =(
Expand Down

0 comments on commit 453131e

Please sign in to comment.