On Mar 11, 6:27 am, Praveen <[email protected]> wrote: > On Mar 11, 3:03 am, Beres Botond <[email protected]> wrote:> You cannot > directly register a form with admin, you should be > > registering models > > 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
But what would be the point? The admin is for viewing/modifying data in models. If there's no model attached to your form, what would you want to do with the data entered? -- DR. -- 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.

