Skip to content

Commit

Permalink
Merge pull request #822 from kezabelle/develop
Browse files Browse the repository at this point in the history
make TEMPLATE_DIRS a tuple in example.
  • Loading branch information
ojii committed May 31, 2011
2 parents 63affe0 + b55172c commit 8814d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/tutorial.rst
Expand Up @@ -152,7 +152,7 @@ Now add a little magic to the :setting:`django:TEMPLATE_DIRS` section of the fil
TEMPLATE_DIRS = (
# The docs say it should be absolute path: PROJECT_PATH is precisely one.
# Life is wonderful!
os.path.join(PROJECT_PATH, "templates")
os.path.join(PROJECT_PATH, "templates"),
)

Add at least one template to :setting:`CMS_TEMPLATES`; for example::
Expand Down

0 comments on commit 8814d60

Please sign in to comment.