Skip to main content

Make super user with fixtures or migrations

Project description

https://travis-ci.org/inirudebwoy/django-mksuperuser.svg?branch=master

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

django-mksuperuser-0.1.7.tar.gz (2.3 kB view hashes)

Uploaded Source

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