Metadata-Version: 2.1
Name: django-manage-admins
Version: 0.1.0
Summary: Manage admin users
Home-page: https://github.com/appsembler/django-manage-admins
Author: Anders Pearson
Author-email: anders@appsembler.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# django-manage-admins

Simple django app with manage commands to list and disable admin
accounts. Useful for compliance.

## commands

* `list_superusers` - outputs usernames of all active superusers.
* `disable_user` - disables a specified user account
* `list_staff` - outputs usernames of all active staff users
