Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davibe/twango
A script I use to launch Django web apps from twisted using Django's wsgi -handler
https://github.com/davibe/twango
Last synced: about 1 month ago
JSON representation
A script I use to launch Django web apps from twisted using Django's wsgi -handler
- Host: GitHub
- URL: https://github.com/davibe/twango
- Owner: davibe
- Created: 2012-07-25T13:50:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-25T13:50:40.000Z (over 12 years ago)
- Last Synced: 2024-10-14T17:55:58.525Z (3 months ago)
- Language: Python
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twango
======A script I use to launch Django web apps from twisted using Django's wsgi
handler. The server is bound to port 8010 (no reason, feel free to change it).Example
-------cd [django application directory]
twisted -ny [path to twango.py]