On Mar 11, 6:27 am, Praveen <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

