Hello all!

I'm new to Django, and loving it! The documentation is fantastic, and
I've had no problems so far.

The admin interface does 95% of what I need, but I've gone really deep
into the documentation, and the remaining 5% eludes me. This is fine
as I've decided to write "regular" django pages for the
administration. However, I'm hesitant to do the 95% of the job django
already does for me.

The question: Is there any way to access the Admin Interface so that
the output is generated in a file? By this I mean some script or
anything of the sort, that, given a django data model would generate
the html, css, javascript and python code that makes up the admin
interface page. This would allow me to modify the page instead of
writing it from scratch.

This has to be done internally at some point by django itself, so I'm
wondering if the functionality is exposed.

Thanks for your help!!

Alex

-- 
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