Was just looking at your site... and it looks slick (love admin-tools Menus), but some of the deps worry me. BeautifulSoup?
ADMINTOOLS_BOOTSTRAP_SITE_LINK = '/' Why is this special? Why doesn't it use staticfiles like everything else? IMHO the problems with admin go much deeper than the markup/styling... but I've not had time yet to dig in properly. -- C On 4 March 2014 09:35, adam spence <[email protected]> wrote: > Hi guys, > > I was wondering what you thought of my proposal to contribute my bootstrap > admin theme? > > It doesn't make sense to not allow Django admin to be pretty and > extendable out of the box does it? I do understand however that the admin > is intended for a developer audience. I am always rapidly prototyping > systems for clients and the admin always ends up being used by > non-technical colleagues, which in turn means I (being more of a UI dev) > get loads of complaints over how hard it is to use once you flesh it out. > The widgets could do with being easier to re-skin with custom templates > IMO. > > I'd be honoured if you'd let me get this into Django itself. Please let me > know if you would consider this, otherwise I can just make a module. I'm > going to rebuild my current django-admintools-bootstrap module and remove > many of the dependencies. > https://github.com/spenoir/django-admintools-bootstrap#todo > > BTW, I've had quite a few people star it so perhaps the community want it? > > all the best, > > adam > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/CAEWLFEH0NA0Mp%3D0uwryNfSfYKYyFkWx8HM16twc5vpRyRJPdZg%40mail.gmail.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAG_XiSDB-icT05yMCdsSAfmkvs8oCNbLyrr%2BL6UMcevePs9wog%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
