diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-21 07:29:20 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-09-21 07:29:20 -0700 |
| commit | b14212d3c61cef129f02cd84c909dbae8202ee09 (patch) | |
| tree | 2c590fc861106a36dc44516394ebe73ba1715b82 | |
| parent | 43a2ec7999dcb0c9b09552b9b44741e89f87bc33 (diff) | |
| parent | 3ea0194bb4cd42b2d707163b03a96765a35bf03b (diff) | |
Merge pull request #1654 from meteozond/patch-1
- missing __init__.py
| -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 |
