Re: Easily creating custom pages for django.contrib.admin

2010-03-23 Thread Grigory Javadyan
Many thanks, Dan! I shall have a look at this app. On 03/23/2010 08:27 PM, Dan Carroll wrote: You might want to look at memcache_status. It uses a one line statement in admin.py to switch to admin to use a different template for its main page. Then, the custom template extends admin/index.html

Re: Easily creating custom pages for django.contrib.admin

2010-03-23 Thread Dan Carroll
You might want to look at memcache_status. It uses a one line statement in admin.py to switch to admin to use a different template for its main page. Then, the custom template extends admin/index.html to insert extra information (including graphs) at the top of the page. That should give you som

Easily creating custom pages for django.contrib.admin

2010-03-22 Thread Grigory Javadyan
Greetings! I had been playing around with Django for a while and eventually a question arised: is there any way to easily (by "easily" I mean, without sub-classing AdminSite) create a custom page for Django's admin site? Let me clarify my question by an example. Suppose you have an app that s