From bfc9327a17322d1870c5cb51cb89390d0d4f8ebd Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 11 Apr 2019 20:21:40 +0200 Subject: Remove `ENGINE` variable export documentation. --- docs/setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') 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! -- cgit v1.2.3