From ea5afe359b9e0336c2f714da21cde5359b9623b3 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 5 Sep 2018 09:28:40 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7fd465b..9ca1b4c3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Sources * Create virtualenv in install dependencies `pipenv --python 3.6 install --dev` * Create PostgreSQL database & user * [Install](https://devcenter.heroku.com/articles/heroku-cli#download-and-install) Heroku cli, run `heroku login` and `heroku git:remote -a skillbox-hep` -* Create .env in `server` file with `SECRET_KEY` and `DATABASE_URL` +* Create .env in `server` file with `SECRET_KEY` and `DATABASE_URL` (or copy the existing .env.example file) * Migrate databases: `pipenv run python manage.py migrate` * Create super user: `pipenv run python manage.py createsuperuser` * Run: `pipenv run python manage.py runserver`