Преглед на файлове

remove generate TEST_USERS

blezz-tech преди 1 ден
родител
ревизия
97d6ba1855
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  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. "