trigger build

This commit is contained in:
Pawel Kowalski 2018-08-07 23:36:45 +02:00
parent 2a942ea0cf
commit 14817a8fcd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Sources
* [Install](https://docs.pipenv.org/#install-pipenv-today) pipenv * [Install](https://docs.pipenv.org/#install-pipenv-today) pipenv
* Create virtualenv in install dependencies `pipenv --python 3.6 install --dev` * Create virtualenv in install dependencies `pipenv --python 3.6 install --dev`
* Create PostgreSQL database & user * 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 caruhome` * [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`
* Migrate databases: `pipenv run python manage.py migrate` * Migrate databases: `pipenv run python manage.py migrate`
* Create super user: `pipenv run python manage.py createsuperuser` * Create super user: `pipenv run python manage.py createsuperuser`