Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 447 Bytes

File metadata and controls

executable file
·
12 lines (8 loc) · 447 Bytes

Learn Django and Heroku

Url: https://djangodemo1.herokuapp.com/

Basic Heroku Django App that does the following:

  • shows a static page
  • shows some dynamic component (clock)
  • shows a Google map with a marked location

Read my documentation file to see how to fix issues that are common and how I approached creating the app from scratch

After you finish this training, check out this Django Tutorial.