Make super user with fixtures or migrations
Project description
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
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
File details
Details for the file django-mksuperuser-0.1.7.tar.gz
.
File metadata
- Download URL: django-mksuperuser-0.1.7.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fe46f8e8d5a7043155b7da09ce8207374dfa2f5c2d259ed061d2c4ec0b4f613 |
|
MD5 | 041ade6240151378405728dde85f4ecf |
|
BLAKE2b-256 | 31afca99033197237096d9d4dd3bb6b2e3895329477eb40d20f2d5ad44e3835a |