diff --git a/README.rst b/README.rst index ce28ae8f506f94940bc3d34b45b7fa47e2d9f21a..302acfef8b07da39d687f5e0b964433e5355b334 100644 --- a/README.rst +++ b/README.rst @@ -65,8 +65,9 @@ Create the tables:: python manage.py syncdb --migrate -Compress the statics:: +Collect and compress the statics:: + python manage.py collectstatic python manage.py compress Start the server::