Skip to content

Commit

Permalink
Update prestart.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-H1 authored Jan 13, 2024
1 parent ca12940 commit 5d6003a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prestart.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run collect static and migrations
python manage.py collectstatic --noinput
python manage.py migrate
python manage.py shell -c "from django.contrib.auth.models import User; User.objects.create_superuser('admin', 'admin@example.com', 'adminpass')"
python manage.py createsuperuser --username admin --email [email protected] --password admin

0 comments on commit 5d6003a

Please sign in to comment.