aboutsummaryrefslogtreecommitdiffstats
path: root/SETUP.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-31 23:25:18 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-31 23:25:18 +0200
commit1d1ffe6b0d924760e1e64cf6485f46572129b131 (patch)
tree65cd8b71bd7a18b44ea417c0cf6ed76a87a8754e /SETUP.md
parentRemove unused files. (diff)
parentInstall `flake8` on system. (diff)
Merge branch 'django' into django+documentation-link-api
Diffstat (limited to 'SETUP.md')
-rw-r--r--SETUP.md1
1 files changed, 0 insertions, 1 deletions
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`