Update entrypoint

This commit is contained in:
Sean Morley
2024-09-11 09:31:25 -04:00
parent 9ba5b25ab5
commit bd6d60d24d
5 changed files with 10 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ EOF
fi
# Sync the countries and world travel regions
python manage.py worldtravel-seed --force
python manage.py download-countries
# Start Django server
python manage.py runserver 0.0.0.0:8000