making examples consistent with dev and updating readme for static files
[oweals/karmaworld.git] / README.md
index dade1599b53bd412def55fa1109e961cae2d2846..73fbefa41eb95c190916d3c533ed657dfd91efbc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -438,6 +438,13 @@ desired.
 * `fetching_usde_csv` requires `7zip` to be installed for processing compressed
      archives. On Debian-based systems, this entails `apt-get install p7zip-full`
 
+If using `DJANGO_SETTINGS_MODULE='karmaworld.settings.dev'` in `.env`, static
+file hosting is done by local files and completely ignores the
+`DEFAULT_FILE_STORAGE` setting in `.env`.
+
+If using `DJANGO_SETTINGS_MODULE='karmaworld.settings.prod'` in `.env`, static
+file hosting is done by `DEFAULT_FILE_STORAGE` defined in `.env`.
+
 ## Run
 
 Make sure you are inside your virtual environment (`source venv/bin/activate`).