a django site!
-
CRUD operations -
Authentication
LocalGithub
-
Bootstrap integration -
Apps:
auth-protected- Logger
- Plain django Todo
- Heroku-deploy-tutorial
- Follow the pattern when using
heroku cli, once the first time setup is finished
git add(add changes to local git)
git commit -m "<msg>"(commit changes)
git push -u origin master(optional- if you also manage your git repo)
git push heroku master(push changes to heroku)
heroku open(open web-app) troubleshoot
Error ingit push heroku masterrefer here
Error inheroku ps:scale web=1refer here
- Follow the pattern when using
heroku login
username: user1
password: ab12cd34
