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:
+2
-1
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user