+++FIXED+++FIXED+++FIXED+++FIXED+++FIXED+++FIXED+++FIXED+++FIXED+++FIXED+++FIXED
Trying to deploy my very first app in PythonAnywhere (or at AnywhereAnywhere for that matter) I'm currently getting
TemplateSyntaxError: 'blog_extras' is not a valid tag library: ImportError raised loading nrpccms.newsroom.templatetags.blog_extras: No module named settings
The app newsroom is the very first one in INSTALLED_APPS:
1 2 3 4 5 6 |
|
Also, blog_extras.py is at MY_PROJECT/MY_APP/templates, and there IS a init.py at MY_PROJECT/mY_APP
Please help me pinpoint my mistakes as I don't know where else to look: This are my first baby steps in the arts of webapps/django
Thanks a lot in advanced!