public
Description: A pluggable Django app for allowing users to pick among a variety of skins for webapps.
Homepage:
Clone URL: git://github.com/lethain/django-userskins.git
django-userskins / TODO.markdown
100644 11 lines (8 sloc) 0.352 kb

TODO TASKS

  1. Can we create a flexible general purpose view to handle the process of assigning users a skin. Essentially that involves a) setting a cookie in the response, and b) create a SkinPreference instance for the user and skin.

  2. Test that the integration with django-compress actually works (pretty sure it does ;).