Skip to content

Dani4kor/wagtail-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Wagtail CMS BLOG Sample

Cooked Heroku deploy

Deploy

Cooked Zeet.co deploy

Deploy

USAGE

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

Example

  • Usage steps

$ heroku run python manage.py createsuperuser

Notice

For productions builds you will need to provide Django SECRET_KEY and another security or static compression. You can find more information on

Some links

About

Heroku Wagtail CMS sample with template blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published