Hello. This is tree of my app.
my_project/
my_app/
__init__.py
models.py
views.py
templatetags/
__init__.py
blog_tags.py
When I trying to add a tag to base.html ({%load blog_tags %})gets an error
Exception Value:
'blog_tags' is not a valid tag library: ImportError raised loading blog.templatetags.blog_tags: No module named models
Exception Location:
/home/Aule/.virtualenvs/django18/local/lib/python2.7/site-packages/django/template/defaulttags.py in load, line 1163
I do not know what I'm doing wrong and I would ask for help.