You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'd like to have a non-admin interface for adding objects, but would like to use the form that the admin interface generates. Where do I snag it from?
Malcolm Tredinnick
unread,
Jun 17, 2006, 9:25:01 PM6/17/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
django/contrib/admin/templates/admin/*
Start with change_form.html in that directory, although it may not be immediately understandable without also reading the admin view functions to work out what is being populated and how.