Skip to content
Snippets Groups Projects
Verified Commit 99e7e98b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken dev entrypoint

parent 703d70d5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
if [ $1 = "pytest" ]; then
# let pytest.ini handle it
unset DJANGO_SETTINGS_MODULE
fi
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment