ngrok / ngrok-python

Embed ngrok secure ingress into your Python apps with a single line of code.
https://ngrok.com
Apache License 2.0
103 stars 19 forks source link

add django to examples #8

Closed bobzilladev closed 1 year ago

bobzilladev commented 1 year ago

Adding different django flavors to examples by a request passed in from Phil.

Thinking about adding our own module runner that can wrap other asgi frameworks, so we have the binding information which applications don't have access to, but that can be in a different PR.

Most of this change are files from django-admin startproject, the meat of the new code is in:

Makefile
examples/django-single-file.py
examples/djangosite/manage.py
examples/djangosite/djangosite/asgi.py
bobzilladev commented 1 year ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.