#Wagtail CMS BLOG Sample
Cooked Heroku deploy
Cooked Zeet.co deploy
Deploy this guy, then git clone locally:
$ heroku git:clone -a your-heroku-app-name
$ cd your-heroku-app-name
$ git remote add origin https://github.com/Dani4kor/wagtail-heroku
$ git pull origin master
Now you have the code for the deployed application, you can make changes to it locally and deploy it back to Heroku.
$ git add .
$ git commit -am "Heroku commit"
$ git push heroku master
- Usage steps
$ heroku run python manage.py createsuperuser
- Create Blogindexpage -> complete the fields
- Add Childpage Blog page for Blogpageindex -> complete the fields
- Go to https://your-heroku-app-name.herokuapp.com/title-blog-page-index
- Configure redirects/sites in Settings
- Open a bottle of Beer, cheers example
For productions builds you will need to provide Django SECRET_KEY and another security or static compression. You can find more information on