El vie, 11-08-2006 a las 19:00 +0000, [EMAIL PROTECTED] escribió:
> [...]
> [...] The UI elements in the admin
> would be a great start towards a universally useful UI toolkit for
> django, they just need to be opened up a bit, provide hooks and
> callbacks and abstraction so that they can be reused in different
> contexts.

In my opinion this is very important... I have developing in Plone for
three years (ok it's a CMS... not a web framework) and I love idea of
reuse and modify good designed CSS, as Plone ones.

In Django, several times I spent two or three hours in copy-pasting
django CSS for public site, because:

a) I was developing a Intranet site, and I was interested in listing,
searching, portlets, etc. CSS styles in django (that I modified later)

b) My public site was closer in appaerance than admin site

Always, my steps are the same:

1) copy base.html
2) change admin_prefix to a custom prefix
3) statify CSS and JS rendering
4) other changes on: breadcrumbs, tools, options, etc.
5) in last, I change the look-and-feel in CSS

This steps I repeated in several projects... no DRY



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to