Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chhantyal/dynamic-theme

Dynamic theme in django app with less
https://github.com/chhantyal/dynamic-theme

Last synced: about 2 months ago
JSON representation

Dynamic theme in django app with less

Awesome Lists containing this project

README

        

dynamic-theme
=============

Dynamic theme in django app with LESS.

Idea
----
Let user select color and background which are basic theme component. Save them in db and make theme from the variables.

Solution
--------
LESS on the resque.
LESS CSS is used smartly, to play with user selected color and produce desired theme.
Celery is used to compile and compress LESS to CSS in server-side.