removed static files

This commit is contained in:
Edward Tirado Jr 2025-03-30 17:53:32 -05:00
parent 8f77027402
commit 311ef6cb28
165 changed files with 6 additions and 37386 deletions

View file

@ -55,6 +55,9 @@ docker exec -ti "${PROJECT_NAME}-api" ./manage.py migrate
echo "===== CREATING SUPERUSER ====="
docker exec -ti "${PROJECT_NAME}-api" ./manage.py createsuperuser
echo "===== COLLECTING STATIC FILES ====="
docker exec -ti "${PROJECT_NAME}-api" ./manage.py collectstatic
echo "Success! Go to http://localhost:8000 to see API documentation."
git remote remove origin