Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 715 Bytes

QUICKSTART.md

File metadata and controls

18 lines (13 loc) · 715 Bytes

The following command will create and start a webserver for a demonstration project, allowing you to easily experience the capabilities of the nango Django extension.

./quickstart.sh

Specifically, the script will

  • create a python virtualenv in your temporary directory
  • install Django and a few other packages
  • start a Django development server listening on port 8000 locally

To interact with the demo, while the Django server is running, you can: