2010/1/22 Ariel <isaacr...@gmail.com>: > Hi everybody: > I need to make an automatic admin interface with a behaviour similar to the > Django's default admin interface but not totally equal, then I need to know > how django generate all the html forms and views methods for any class > included in the model, how does django do that ??? Where are the classes > that control all the generated html forms and views methods ??? > How could I make this ??? > Could you help me ? > Thanks in advance > Ariel
Django-frontendadmin may help you: http://github.com/bartTC/django-frontendadmin You'll need to read the forms documentation as well though and have an understanding of the basics of form processing: http://www.djangobook.com/en/2.0/chapter07/ HTH Dan > > -- > 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. > -- Dan Hilton ============================ www.twitter.com/danhilton www.DanHilton.co.uk ============================ -- 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.