Merge pull request #1654 from meteozond/patch-1

- missing __init__.py
This commit is contained in:
Alex Gaynor 2013-09-21 07:29:20 -07:00
commit b14212d3c6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ For example, if your custom tags/filters are in a file called
``poll_extras.py``, your app layout might look like this::
polls/
__init__.py
models.py
templatetags/
__init__.py