Skip to content

Commit

Permalink
(no ticket) Missing manage.py collectstatic step in the installation …
Browse files Browse the repository at this point in the history
…instruction
  • Loading branch information
accek committed Sep 16, 2014
1 parent d6cad7e commit b2e03e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Finally initialize the database::

We use PostgreSQL.

Then you need to copy static files, like images and styles, to the deployment
directory::

./manage.py collectstatic

.. _virtualenv: http://www.virtualenv.org/en/latest/index.html
.. _database configuration: https://docs.djangoproject.com/en/dev/ref/settings/#databases

Expand Down

0 comments on commit b2e03e0

Please sign in to comment.