Skip to content

Commit

Permalink
created a simple script that will make the dev admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Skibinski committed Aug 6, 2015
1 parent 65f94d5 commit 0e9483c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkadmin.sh
@@ -0,0 +1 @@
source venv/bin/activate && echo "from django.contrib.auth.models import User; User.objects.create_superuser('admin', 'admin@example.com', 'admin')" | ./src/manage.py shell

0 comments on commit 0e9483c

Please sign in to comment.