Run Django manage.py commands from the web
Project description
Django Commander
Run Django manage.py commands from the web.
This is mainly useful in situations where you can't easily SSH into your host.
For example, if you use azf-wsgi to run Django on Azure Functions.
Configuration
- Add
commanderto yourINSTALLED_APPS. - Add
COMMANDER_KEYto your settings. This should be a reasonably secure key, which you'll use in lieu of real authentication 😱 from commander import commander_urlsand addpath('commander/', commander_urls),to your URLconf.- Navigate to
http://yourserver/yourapp/commander/?key={COMMANDER_KEY}. - Do whatever config you need to do.
- Change
COMMANDER_KEYexplicitly toNoneto disable management 😌
Contributing
Contributions welcome. Be kind to one another.
To develop locally, first make a virtualenv.
Then cd into dev/ and pip install -e ../src.
Then pip install django and off you go.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-commander-0.1.1.tar.gz.
File metadata
- Download URL: django-commander-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e3d5d57ce5719b37e0853e3dba58f9ef14eba62cfda1fd86d50cf08b1b721c4
|
|
| MD5 |
98dcc943593c7a6404a81ab34b48dc55
|
|
| BLAKE2b-256 |
954429669ccde72478a2d7a7fbc12b0b3baaf0abc74e25487db222fd0ea16d28
|
File details
Details for the file django_commander-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_commander-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23c853a5cb8f568950cf38014d6794c89c54463f38767d8130087b6d4c25e58b
|
|
| MD5 |
f381b33c5be9e07745c33fbe6a7a36ec
|
|
| BLAKE2b-256 |
091d8abc206f5c9701b09b9e3d735e6bd38a58eaa0cd6323feca28460c4e993b
|