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 5d6003a commit 7b3c89c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prestart.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Run collect static and migrations
echo "creating suuuuuuuuper user"
python manage.py createsuperuser --username admin --email [email protected] --password admin
python manage.py collectstatic --noinput
python manage.py migrate
python manage.py createsuperuser --username admin --email [email protected] --password admin


0 comments on commit 7b3c89c

Please sign in to comment.