Updated documentation added collectstatic missing step, issue #11

This commit is contained in:
Roberto Rosario
2011-08-31 00:03:50 -04:00
parent cc30f70fed
commit 0a077e9d6d
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Bug reports
* tightwork (https://github.com/tightwork)
* Joost Cassee (joost@cassee.net, https://github.com/jcassee)
* Brian Huxley
* dAnjou (https://github.com/dAnjou)
Bug fixes
---------

View File

@@ -36,8 +36,12 @@ If using the ``MySQL`` database manager, use the following commands::
Populate the database with the project's schema doing::
$ ./manage.py syncdb
Collect the static files of the project into the ``static`` folder for serving via a webserver::
After that deploy it using the webserver of your preference. Using your are using Apache_, a sample site file is included under the contrib directory.
$ ./manage.py collectstatic
After that deploy it using the webserver of your preference. If your are using Apache_, a sample site file is included under the contrib directory.
.. _Apache: https://www.apache.org/
.. _Debian: http://www.debian.org/