TorDjango
=====================
This is a simple management command that serves a Django project using Tornado.
python manage.py runtornado [8000, 8001, ...]
Requirements
------------
- Django
- Tornado
`runtornado` Command
--------
The management command `runtornado` takes the following arguments:
- `--reload`: Use code change auto-reloader
- `--static`: Serve static files
- `--multiple`: Use multiple processes (one per CPU core; `--reload`
will be ignored)
Note: `--multiple` requires that the Tornado ioloop be uninitialized
before the management command completes. If it has already been
initialized (say, by an application that's adding callbacks somewhere),
the server will fail to start. `--multiple` is incompatible with the
code reloader, and `--reload` will be ignored.
TODO
----
- Configuration option for specifying additional Tornado handlers.
=====================
This is a simple management command that serves a Django project using Tornado.
python manage.py runtornado [8000, 8001, ...]
Requirements
------------
- Django
- Tornado
`runtornado` Command
--------
The management command `runtornado` takes the following arguments:
- `--reload`: Use code change auto-reloader
- `--static`: Serve static files
- `--multiple`: Use multiple processes (one per CPU core; `--reload`
will be ignored)
Note: `--multiple` requires that the Tornado ioloop be uninitialized
before the management command completes. If it has already been
initialized (say, by an application that's adding callbacks somewhere),
the server will fail to start. `--multiple` is incompatible with the
code reloader, and `--reload` will be ignored.
TODO
----
- Configuration option for specifying additional Tornado handlers.
Release files for tordjango 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tordjango-0.1.tar.gz | 3.9 kB | Details |
Release files / tordjango-0.1.tar.gz
| Download URL | tordjango-0.1.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab79cc98e3c1eae36dfa69617cecfa5367d8f1f79364d5522c82616e8f58c166
|
|
BLAKE2b-256 checksum How to use checksums |
577e98578a3514602ce0f6fafde25ba80f3bb7e7f8db234ebcfce8b35dd62f6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |