diff options
author | 2018-08-30 20:14:45 +0200 | |
---|---|---|
committer | 2018-08-30 20:42:20 +0200 | |
commit | 5087d128637f70e10879d1d9c3f8f7fd4673cc39 (patch) | |
tree | 19046eec5f7b87d834d368e555cc59dacb8b103a /SETUP.md | |
parent | Use system Python interpreter. (diff) |
Properly configure Django project.
Diffstat (limited to 'SETUP.md')
-rw-r--r-- | SETUP.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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` |