Convert tag color to be an RGB value instead of a name value. Closes gh-issue #183.

This commit is contained in:
Roberto Rosario
2015-07-17 19:38:58 -04:00
parent 76fef8ab8d
commit d67ed4843a
8 changed files with 99 additions and 47 deletions

View File

@@ -52,6 +52,7 @@ INSTALLED_APPS = (
# 3rd party
'actstream',
'autoadmin',
'colorful',
'compressor',
'corsheaders',
'djcelery',