Django Manage Command Admin - a web-based app for managing the execution of Django manage commands.
Project description
DMCAdmin is a web-based app for managing the execution of Django manage commands.
Store your manage commands in a table, run async through the web and view the result.
Quick start
pip install django-dmcadmin
Add “dmcadmin” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'dmcadmin', ]Include the dmcadmin URLconf in your project urls.py like this:
url(r'^dmcadmin/', include('dmcadmin.urls')),Run python manage.py migrate to create the dmcadmin models.
Start the development server and visit http://127.0.0.1:8000/dmcadmin/ to run manage command.
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-dmcadmin-0.1.1.tar.gz.
File metadata
- Download URL: django-dmcadmin-0.1.1.tar.gz
- Upload date:
- Size: 18.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c364535eb181ee4225661b60b78403b6cf49f65295b8a62c089a53b90ae9fba5
|
|
| MD5 |
4a9e43401292221bb6edb531e2d56b31
|
|
| BLAKE2b-256 |
daac7529c5fb9c3957cc33f8762e5a53da3a62ce1f7eb807c10f0a15c974dbc1
|
File details
Details for the file django_dmcadmin-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_dmcadmin-0.1.1-py3-none-any.whl
- Upload date:
- Size: 20.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0590b4b8f5ecce066dddd29671e8d7763f93404f8e1cebda0b4f31742cd983d
|
|
| MD5 |
62c498a19ed2762a0ca775cfcd4f5814
|
|
| BLAKE2b-256 |
2c36e427be0babecb724125da27e0664344d02f89e938eb5d9a495dab0cded0f
|