mirror of https://github.com/snachodog/mybuddy.git
Update README for manual Heroku deploy
This commit is contained in:
parent
8c28e8941e
commit
c56d414d8c
|
@ -118,10 +118,16 @@ create the following settings before pushing:
|
|||
heroku config:set DJANGO_SETTINGS_MODULE=babybuddy.settings.heroku
|
||||
heroku config:set SECRET_KEY=<CHANGE TO SOMETHING RANDOM>
|
||||
heroku config:set DISABLE_COLLECTSTATIC=1
|
||||
heroku config:set TIME_ZONE=<YOUR DESIRED TIMEZONE>
|
||||
|
||||
See [Configuration](#configuration) for other settings that can be controlled
|
||||
by `heroku config:set`.
|
||||
|
||||
And after an initial push, execute the following commands:
|
||||
|
||||
heroku run python manage.py migrate
|
||||
heroku run python manage.py createcachetable
|
||||
|
||||
### Manual
|
||||
|
||||
There are many ways to deploy Baby Buddy manually to any server/VPS. The basic
|
||||
|
|
Loading…
Reference in New Issue