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
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
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
3 matches
Mail list logo