Sistema de Apoio ao Processo Legislativo

3 lines
167 B

#!/bin/bash
echo "from django.contrib.auth.models import User; User.objects.create_superuser('admin', 'admin@example.com', 'admin')" | python manage.py shell --plain