Enhance entrypoint script with sleep for MySQL readiness, update VerificationCode model to use CharField, and add responsive logo images in base template.

This commit is contained in:
2026-03-11 10:13:46 +01:00
parent 952ed5d76e
commit f7e658da7b
10 changed files with 16 additions and 4 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#!/bin/bash
figlet Proyecto MVC
echo "Sleeping due to mysql..."
sleep 10
echo "Running DB migrations..."
python manage.py migrate
echo "Collecting STATIC..."