Skip to content

Commit

Permalink
Remove loading of fixtures on every server restart
Browse files Browse the repository at this point in the history
  • Loading branch information
imsudonym committed Oct 8, 2024
1 parent 4dc7f9b commit 266656c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ wait-for-it.sh $POSTGRES_HOST:$POSTGRES_PORT
python /code/manage.py migrate contenttypes
python /code/manage.py migrate sessions
python /code/manage.py migrate
python /code/manage.py loaddata rampp2p_fixtures
python /code/manage.py collectstatic --noinput

exec "$@"

0 comments on commit 266656c

Please sign in to comment.