Skip to main content

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

  1. pip install django-dmcadmin

  2. Add “dmcadmin” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'dmcadmin',
    ]
  3. Include the dmcadmin URLconf in your project urls.py like this:

    url(r'^dmcadmin/', include('dmcadmin.urls')),
  4. Run python manage.py migrate to create the dmcadmin models.

  5. Start the development server and visit http://127.0.0.1:8000/dmcadmin/ to run manage command.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dmcadmin-0.1.1.tar.gz (18.9 MB view hashes)

Uploaded Source

Built Distribution

django_dmcadmin-0.1.1-py3-none-any.whl (20.0 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page