Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1483 from sayanchowdhury/readme-fix
fix block in installation debug section
  • Loading branch information
lmorchard committed Oct 11, 2013
2 parents 1d7f4ea + 5f9f796 commit e4aa403
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/installation.rst
Expand Up @@ -162,11 +162,10 @@ set your ``settings_local.py`` with the following::

Setting ``DEBUG = False`` will put the installation in production mode
and ask for minified assets. In that case, you will need to generate
CSS from stylus and compress resource:
CSS from stylus and compress resource::

::
$ ./scripts/compile_stylesheets
$ ./manage.py compress_assets
./scripts/compile_stylesheets
./manage.py compress_assets

Configure Persona
-------------------
Expand Down

0 comments on commit e4aa403

Please sign in to comment.