Browse Source

remove generate TEST_USERS

blezz-tech 1 day ago
parent
commit
97d6ba1855
1 changed files with 0 additions and 4 deletions
  1. 0 4
      bin/install.sh

+ 0 - 4
bin/install.sh

@@ -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. "