hi, i want to propose a long term idea.

start using a less framework inside django.

i'm using bootstrap for my django app. it's really cool.

what i'am doing now is writing with less a new css to style django
admin.

my idea is that django should provide a faster way to write an app,
and while django is absolutely awesome for writing server side code,
it does nothing to speed up css/html.

my idea is to write an app, with a setting object containing variables
for less (colors and so on, font style ecc) and then compile a less
for your current app.

a command like manage.py compileless could do the trick, and compile
css code for your app.

django should provide an html base template (used in admin too) that
is styled with a customizable less app.

it would be a great thing for django to give developers a fast start
for new apps with a built in less framework.

i'm using bootstrap, and it's great, with a few settings an user could
customize a base css, and do very cool things with few line of code.

i'm actually working to make it work with django, i hope it will be a
cool app.

-- 
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 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to