About Archive Tag Cloud Translations RSS

You are writing a comment about Customize site style by user with django-userskins, here is a quick summary:

This post briefly introduces the design decisions and usage of django-userskins, which is a pluggable Django application for facilitating users selecting skins for your site. For example, to let user A have a dark theme for your site, and user B have a light scheme. Supports cookie-only persistence as well as cookie-when-possible-database-as-last-resort persistence for skin preferences.


You are responding to this comment written by Will Larson on October 27th 2008, 19:07.

Rock,

I replied by email, but I'll say it here as well, that sounds like a great project. Maybe there is some room for the projects to cooperate, but regardless feel free to use the code in any way possible.

Will


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")