update docs: compression only for prod
authorBryan <btbonval@gmail.com>
Mon, 17 Aug 2015 00:34:22 +0000 (20:34 -0400)
committerBryan <btbonval@gmail.com>
Mon, 17 Aug 2015 00:34:22 +0000 (20:34 -0400)
closes #444

README.md

index 70034ec16af1e5fdbe10555f906d85d6fc796600..de0787a57e7b0a24a508ae7b7f4b7e564380b1d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -449,7 +449,9 @@ file hosting is done by `DEFAULT_FILE_STORAGE` defined in `.env`.
 
 Make sure you are inside your virtual environment (`source venv/bin/activate`).
 
-If the code has changed or this is the first run, make sure any modified static
+Static file hosting makes use of compression if using
+`DJANGO_SETTINGS_MODULE='karmaworld.settings.prod'`. If using compression and
+the code has changed or this is the first run, make sure any modified static
 files get compressed with `foreman run python manage.py compress`. Static files
 then need to be uploaded correctly with `foreman run python manage.py
 collectstatic`.