Re: Help in Django-contact-form

2015-01-27 Thread Vijay Khemlani
And I'm not following, contact_form does not provide a ContactForm model, but you are providing one it seems, but it's on the same contact_form package as the library itself? Also, the fact that the model class has the same name as the form class does not help much. On Tue, Jan 27, 2015 at 10:45

Re: Help in Django-contact-form

2015-01-27 Thread Karim
Can you show us also the view? On Wed, Jan 28, 2015 at 8:04 AM, Akash Nimare wrote: > Hello everyone. I am using a third party app django-contact-form. It is > working fine but the problem is it does not show my models in admin. I > can't see the data in admin. The docs are very poor. > Here is

Help in Django-contact-form

2015-01-27 Thread Akash Nimare
Hello everyone. I am using a third party app django-contact-form. It is working fine but the problem is it does not show my models in admin. I can't see the data in admin. The docs are very poor. Here is my model.py from django.db import models from contact_form.forms import ContactForm class C