diff options
| author | Alexander <alex@erix.ru> | 2013-09-21 18:28:05 +0400 |
|---|---|---|
| committer | Alexander <alex@erix.ru> | 2013-09-21 18:28:05 +0400 |
| commit | 3ea0194bb4cd42b2d707163b03a96765a35bf03b (patch) | |
| tree | 2c590fc861106a36dc44516394ebe73ba1715b82 /docs | |
| parent | 43a2ec7999dcb0c9b09552b9b44741e89f87bc33 (diff) | |
- missing __init__.py
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-template-tags.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
