From 4b6707fe7bebbd849142fe8d75b42a3b5dbcf0ae Mon Sep 17 00:00:00 2001 From: Meghan Heintz Date: Fri, 3 Jun 2016 11:55:44 -0700 Subject: [PATCH] adding troubleshooting doc --- docs/troubleshooting.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/troubleshooting.rst diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst new file mode 100644 index 00000000..fe121b9c --- /dev/null +++ b/docs/troubleshooting.rst @@ -0,0 +1,9 @@ +Troubleshooting +===================================== + +This page contains some advice about errors and problems commonly encountered during the development of Cookiecutter Django applications. + +#. If you get the error ``jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'now'.`` , please upgrade your cookiecutter version to >= 1.4 (see issue # 528_ ) +#. ``project_slug`` must be a valid Python module name or you will have issues on imports. + +.. _528: https://github.com/pydanny/cookiecutter-django/issues/528#issuecomment-212650373 \ No newline at end of file