added git remote cleanup

This commit is contained in:
Edward Tirado Jr 2025-03-30 17:13:34 -05:00
parent 6e01befdd1
commit 8f77027402

View file

@ -56,3 +56,5 @@ echo "===== CREATING SUPERUSER ====="
docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser
echo "Success! Go to http://localhost:8000 to see API documentation." echo "Success! Go to http://localhost:8000 to see API documentation."
git remote remove origin