|
@@ -74,10 +74,6 @@ python manage.py collectstatic -l --no-input
|
|
|
# Seeding data
|
|
|
python manage.py create_metaservice_default_data
|
|
|
|
|
|
-if (($GENERATE_TEST_USERS)); then
|
|
|
- python manage.py create_metaservice_test_users
|
|
|
-fi
|
|
|
-
|
|
|
# Checking for webservice_running/handlers/.env
|
|
|
if [ -f webservice_running/handlers/.env ]; then
|
|
|
echo "env file for handlers already exists. "
|