diff options
author | 2018-08-14 22:34:45 +0200 | |
---|---|---|
committer | 2018-08-14 22:34:45 +0200 | |
commit | b854d8f22ea16f02cfd516275d13e61c81964333 (patch) | |
tree | 1a7e54d95e003a4b3642690e193621fad6ce7021 /SETUP.md | |
parent | Add `djangorestframework`. (diff) |
Add bot API key permission check.
Diffstat (limited to 'SETUP.md')
-rw-r--r-- | SETUP.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ - `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` |