Skip to content

Commit

Permalink
Templatedirs needs to be a tuple. Autocorrection is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
melwil committed Jan 23, 2014
1 parent 92cb3f0 commit d16f6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlineweb4/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
WSGI_APPLICATION = 'onlineweb4.wsgi.application'

TEMPLATE_DIRS = (
os.path.join(PROJECT_ROOT_DIRECTORY, 'templates/')
os.path.join(PROJECT_ROOT_DIRECTORY, 'templates/'),
)

# Pizzasystem settings
Expand Down

0 comments on commit d16f6bb

Please sign in to comment.