Monday, September 22, 2014

How to make theme enabled apps using django-pipeline and LESS

I have been developing e-commerce in Django as composite apps and using LESS for all of my custom CSS. I have used django-pipeline to compiled, compressed and version-ed before deployment.

Now I am looking for best way to do theming, I tried to put all colors in style.less files, but that doesn't seems to be enough when one consider future updates to project. Here is site link: http://doorsale-demo.fanaticlab.com/




--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5d95e704-5b29-4b09-abb6-8cfdff83716b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment