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

(full error log)[http://dpaste.com/1421863/]
(see error live)[http://nimbiotics.pythonanywhere.com/]

The app newsroom is the very first one in INSTALLED_APPS:

    #! python
    # ...
    INSTALLED_APPS = (
        "nrpccms.newsroom",
        "django.contrib.admin",
    # ...

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!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5fff932a-07b7-4919-bc57-f67228088b84%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to