Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 837 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 837 Bytes

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