Automatic admin users for Django projects.
Project description
Description
Automatic admin users for Django projects.
License
This project is open sourced under the MIT License.
Installation
$ pip install django-autoadmin
- Add ‘autoadmin’ to your project’s INSTALLED_APPS list.
- Load the autoadmin_tags in your login template.
- Call the autoadmin_partial to display the information of the autogenerated admin user.
- Use the management command createautoadmin to create an admin user with an automatic password.
Contribute
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
- Write a test which shows that the bug was fixed or that the feature works as expected.
- Make sure to add yourself to the AUTHORS file.
- Send a pull request
1.0.1 (2015-06-14)
- No changes, just a version bump as required by PyPI
1.0.0 (2015-06-14)
- Update included partial template
- Django admin interface enabled
- Drop support for Django < 1.6
- Adds support Django >= 1.7
- Autoadmin user is no longer created after database migration
- Add new createautoadmin management command
- Uses Django’s own createsuperuser management command
- Adds Django native database migrations
- Uses AppConfig to about running code during import
- Adds supports for custom User models
- ENABLE setting removed
- Default email changed to autoadmin@example.com
0.5.0 (2014-08-25)
- Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_autoadmin-1.0.1-py2-none-any.whl (10.8 kB) | File type Wheel | Python version 2.7 | Upload date | Hashes View |
Filename, size django-autoadmin-1.0.1.tar.gz (6.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_autoadmin-1.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dabea77089ce117e1228e141bb2073b140feb5867b7f214f05eb2210fb25a69e |
|
MD5 | 5b3780b4477d193e590407c983945c94 |
|
BLAKE2-256 | 5f056bf4acb7af8c2ce94f66fd62f6ef1c0e7c2ef619c6b54f216650a0521518 |