Skip to content

judoscale/python-getting-started

 
 

Repository files navigation

Python: Getting Started

A barebones Django app, which can easily be deployed to Heroku.

This application supports the Getting Started with Python on Heroku article - check it out for instructions on how to deploy this app to Heroku and also run it locally.

Alternatively, you can deploy it using this Heroku Button:

Deploy

For more information about using Python on Heroku, see these Dev Center articles:

Simulating slow requests

The /sleep/ endpoint will sleep for 1 second before rendering a response.

You can configuring the delay in millseconds by passing the ms querystring param: /sleep/?ms=3000

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.6%
  • Python 45.1%
  • Other 0.3%