Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #38 from MaziniiX/main
Browse files Browse the repository at this point in the history
fix frontend
  • Loading branch information
MaziniiX authored Jun 22, 2024
2 parents 260a6c6 + 967ef9a commit b05c736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker-test/Frontend/Django/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Checking for and applying database migrations..."
python manage.py makemigrations
python manage.py makemigrations monapp
python manage.py migrate
#python manage.py migrate

# Start the Django server
echo "Starting Django server..."
Expand Down

0 comments on commit b05c736

Please sign in to comment.