Re: Django contact_form import error

2009-04-28 Thread 83nini
Hi, I'm also a newbie. I'm working on forms also, and it worked for me. here is what i did: 1. create a new folder in your project, call it "contact" for example, it should include __init__ file (which means that this folder is a package) and views.py file 2. in the views.py write your "contact"

Django contact_form import error

2009-04-28 Thread bkev
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/