2010/3/4 Alejandro Recarey <alexreca...@gmail.com>: > Hello all! > > I'm new to Django, and loving it! The documentation is fantastic, and > I've had no problems so far. >
That's great to hear. > 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. > Well, what's that 5% left? The admin interface can be modified fairly enough to achieve almost anything you can think of. > 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. > I don't think so, but I'm pretty confident you can find how to achieve what you need using the admin interface itself. > This has to be done internally at some point by django itself, so I'm > wondering if the functionality is exposed. > You can find all the magic of the admin interface at django/contrib/admin in your PYTHONPATH. -- Fabián E. Gallina http://www.from-the-cloud.com -- 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.