From 5087d128637f70e10879d1d9c3f8f7fd4673cc39 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 30 Aug 2018 20:14:45 +0200 Subject: Properly configure Django project. --- SETUP.md | 1 - 1 file changed, 1 deletion(-) (limited to 'SETUP.md') diff --git a/SETUP.md b/SETUP.md index 2a8c64e9..dd974338 100644 --- a/SETUP.md +++ b/SETUP.md @@ -6,7 +6,6 @@ - `psql -c 'CREATE DATABASE pysite OWNER pysite;'` - `echo 'DEBUG=1' >> .env` - `echo 'DATABASE_URL=postgres://pysite:@localhost/pysite' >> .env` -- `echo 'BOT_API_KEY=123456' >> .env` - `pipenv shell` - `python manage.py migrate` - `python manage.py runserver` -- cgit v1.2.3