Fixed broken dev entrypoint

This commit is contained in:
Eliot Berriot 2018-03-31 16:25:23 +02:00
parent 703d70d544
commit 99e7e98bae
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,3 @@
#!/bin/bash
set -e
if [ $1 = "pytest" ]; then
# let pytest.ini handle it
unset DJANGO_SETTINGS_MODULE
fi
exec "$@"