Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chhantyal/dynamic-theme
- Owner: chhantyal
- Created: 2013-07-08T19:30:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T19:58:01.000Z (over 11 years ago)
- Last Synced: 2024-10-12T07:25:16.441Z (3 months ago)
- Language: Python
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.