Andy,

That is an awesome tip, already my site is looking 100x better.

Many thanks,

On Nov 24, 8:00 pm, AndyB <[EMAIL PROTECTED]> wrote:
> The amount of customization that is now possible with the Admin app
> really blurs the boundry between tweaking the admin itself and
> replacing it entirely. There is an entire spectrum between those two
> extremes and I've been surprised how far it's possible to take the
> customization while still falling back into the safe arms of admin
> when you need to.
>
> You could try taking a look at some apps that heavily cusomize the
> admin. I've learnt a lot from some of these. Also - search Django
> Snippets for items tagged 'admin'.
>
> A base template along these lines will get you far:
>
> {% extends "admin/base_site.html" %}
> {% load adminmedia %}
> {% block coltype %}flex{% endblock %}
> {% block bodyclass %}change-list{% endblock %}
> {% block stylesheet %}{% admin_media_prefix %}css/changelists.css{%
> endblock %}
> {% block content %}
> -your stuff here-
> {% endblock %}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to