Skip to main content

Commands to extend Django's manage.py functionality

Project description

Django Management Tools

https://img.shields.io/pypi/v/django-management-tools.svg Gitlab pipeline status Documentation Status

Collection of tools to extend Django’s manage.py command.

Features

  • python manage.py createadmin –user <username> –password <password> –email <emailaddress>

    username/password defaults to admin/admin email default to nothing

Installation

Install django-management-tools from pip

$ pip install django-vault-helpers

Add the new packages to your installed apps.

INSTALLED_APPS = [
    ...
    'managementtools',
    ...
]

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2019-10-29)

  • First release on PyPI.

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-management-tools-0.2.2.tar.gz (12.7 kB view hashes)

Uploaded Source

Built Distribution

django_management_tools-0.2.2-py2.py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 2 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