Skip to content

Commit

Permalink
Update Django entrypoint with new command
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Jul 12, 2020
1 parent ec727ce commit 83a368e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoints/django.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -euxo pipefail
# Apply db migrations against database
python manage.py migrate

# Load test data for restaurants and users
python manage.py loaddata restaurant user
# Load demo data for the places app
python manage.py loaddemo .demo/places.json

# Start the development server
python manage.py runserver 0.0.0.0:8000

0 comments on commit 83a368e

Please sign in to comment.