Hello,

This is perhaps a stupid newbie issue, but I'm having trouble using
James Bennett's lovely contact_form plugin. I'm getting a template
syntax error - "No module named contact_form". As suggested in the
install docs, I have put 'contact_form' in my installed apps setting,
added (r'^contact/', include('contact_form.urls')), to my urls.py
file, and added the four requisite templates - contact_form.txt,
contact_form.html, contact_form_sent.html, and
contact_form_subject.txt in a contact_form subdirectory within my
templates directory. The directory where contact_form is located is on
my pythonpath (and is verified when I do an import sys - print
sys.path), and if I go into an interactive shell within my app, I'm
able to import contact_form without issue. I'm at a loss to figure out
why I'm able to import it, but django is not...? Any ideas?

Sincere thanks in advance...
bkev
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to