1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

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