diff options
Diffstat (limited to 'docs/setup.md')
-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! |