On Mar 11, 6:27 am, Praveen <praveen.python.pl...@gmail.com> wrote:
> I know i can not directly register a form but i do not have any model
> for Email. i just have plain form *forms.Form*
> is there any other way to register Form with admin.
> Thanks

What would you expect it to do if you could? The admin interface is
for adding and editing things in your database.

A form on its own doesn't do anything, you need a view that processes
it and does something with the data, so no, you can't just register a
form with the admin.

Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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