From 3ea0194bb4cd42b2d707163b03a96765a35bf03b Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 21 Sep 2013 18:28:05 +0400 Subject: [PATCH] - missing __init__.py --- docs/howto/custom-template-tags.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index 35f78718e4..c58444b9d6 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -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