Skip to content

LaxmanChoudhary/MultiApps

Repository files navigation

MultiApps

a django site!

Multiapp preview gif

functionalities

  • CRUD operations

  • Authentication

    • Local
    • Github
  • Bootstrap integration

  • Apps: auth-protected

    • Logger
    • Plain django Todo

#References

heroku

  • 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 in git push heroku master refer here
      Error in heroku ps:scale web=1 refer here

site preview here:

heroku login

username: user1
password: ab12cd34