Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Issue Nekmo#4: Serve demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Nov 15, 2020
1 parent 584df16 commit 57a3b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/gunicorn/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ set -o nounset
python manage.py collectstatic --no-input
python manage.py migrate --no-input
python manage.py import_pokedex
python manage.py createsuperuser --username demo --email [email protected] --no-input || true

exec "$@"

0 comments on commit 57a3b58

Please sign in to comment.