Django app for lazy people. Creates superuser with no fuss.
- login
admin
- password
admin
Installation
Install from pip:
pip install django-mksuperuser
Add package to INSTALLED_APPS.:
INSTALLED_APPS += ('django_mksuperuser',)
When you create new Django project and syncdb or migrate (depending on version) new admin user is created with login ‘admin’ and password ‘admin’. For all the lazy people!:
Django 1.7 > python manage.py migrate Django 1.7 < python manage.py syncdb --noinput
Release files for django-mksuperuser 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-mksuperuser-0.1.8.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_mksuperuser-0.1.8-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / django-mksuperuser-0.1.8.tar.gz
| Download URL | django-mksuperuser-0.1.8.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb56b152b4879efb563714de05e36c0afaab3db6b66b7edba62b602b0ae95530
|
|
BLAKE2b-256 checksum How to use checksums |
5d3afa6d8728f698fff1e5701254a9339b61062a674d4ee4f64a33edcd9d161c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_mksuperuser-0.1.8-py2.py3-none-any.whl
| Download URL | django_mksuperuser-0.1.8-py2.py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
83171755b4f1984e35c2ca92f35fefd6ef337861e9a52fc501c5371346e28dcb
|
|
BLAKE2b-256 checksum How to use checksums |
9f6ca296a4b85bdc254679c6ea28c90d54cb09ac6a24f8c15e707e3b82d89220
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |