Fixed typo.

This commit is contained in:
Timur Nurlygayanov 2013-04-17 12:20:54 +04:00
parent 4c36d11381
commit 3b07eb8c22
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Keero Tabula README
Glazier Tabula README
=====================
Tabula is a project that provides Web UI to Keero Project.
Tabula is a project that provides Web UI to Glazier Project.
SEE ALSO
--------
* `Keero <http://keero.mirantis.com>`__
* `Glazier <http://Glazier.mirantis.com>`__

View File

@ -89,7 +89,7 @@ COMPRESS_CSS_FILTERS = (
)
COMPRESS_ENABLED = True
COMPRESS_OUTPUT_DIR = 'windc'
COMPRESS_OUTPUT_DIR = 'tabula'
COMPRESS_CSS_HASHING_METHOD = 'hash'
COMPRESS_PARSER = 'compressor.parser.HtmlParser'