aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup.md
diff options
context:
space:
mode:
authorGravatar Rohan Reddy Alleti <[email protected]>2021-06-10 02:32:50 +0530
committerGravatar GitHub <[email protected]>2021-06-10 02:32:50 +0530
commitc444b82e20bda8b3ba27ca31ecab3135edc4f289 (patch)
tree8933c7928e19b8923d5c78e8022e7df3666e9650 /docs/setup.md
parentUse assertListEqual where applicable instead of assertEqual. (diff)
parentMerge pull request #524 from python-discord/swfarnsworth/resource_suggestion_... (diff)
Merge branch 'main' into otn_softdel
Diffstat (limited to 'docs/setup.md')
-rw-r--r--docs/setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup.md b/docs/setup.md
index d992067e..d88021cc 100644
--- a/docs/setup.md
+++ b/docs/setup.md
@@ -82,8 +82,8 @@ Make sure you add the following to your hosts file:
```
When trying to access the site, you'll be using the domains above instead of the usual `localhost:8000`.
-Finally, you will need to set the environment variable `DEBUG=1`. When using `pipenv`, you can
-set put this into an `.env` file to have it exported automatically. It's also recommended to
+Finally, you will need to set the environment variable `DEBUG=1`. If you have `python-dotenv` installed, you can put this into a
+ `.env` file to have it exported automatically. It's also recommended to
export `LOG_LEVEL=INFO` when using `DEBUG=1` if you don't want super verbose logs.
To run the server, run `python manage.py runserver`. If it gives you an error saying