diff options
author | 2021-06-04 17:38:01 +0100 | |
---|---|---|
committer | 2021-06-04 17:38:01 +0100 | |
commit | b07639403ab734c8a890b7c50e4ee4bd7a5ca46d (patch) | |
tree | 1dafe9f8b85d856657a1e34db4dd40cc0aeece8f /docs | |
parent | Ensure bot/infractions does not accept both expires and permanent filters (diff) | |
parent | Merge pull request #516 from soham4abc/main (diff) |
Merge branch 'main' into bast0006-new-infraction-filters
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup.md | 4 |
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 |