diff options
author | 2019-04-11 20:21:40 +0200 | |
---|---|---|
committer | 2019-04-11 20:21:40 +0200 | |
commit | bfc9327a17322d1870c5cb51cb89390d0d4f8ebd (patch) | |
tree | 2c5c66aa46e854dce0ec6a7ea25691dfc64b7494 /docs | |
parent | Made clarifications on the hosts file (diff) |
Remove `ENGINE` variable export documentation.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setup.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/setup.md b/docs/setup.md index dfaf3122..2f791923 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -26,8 +26,7 @@ in your environment variables: export DATABASE_URL=postgres://pysite@localhost/pysite ``` -After this step, inside the `.env` file, set the `SECRET_KEY` variable which can be anything you like. Also, set the `ENGINE` variable -to `django.db.backends.postgresql`. +After this step, inside the `.env` file, set the `SECRET_KEY` variable which can be anything you like. A simpler approach to automatically configuring this might come in the near future - if you have any suggestions, please let us know! |