Browse Source

fix install.sh

blezz-tech 1 month ago
parent
commit
97ffb47e6a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      bin/install.sh

+ 1 - 1
README.md

@@ -23,7 +23,7 @@ test users will be marked as active and can log in. If `DEBUG` is disabled
 Use command:
 
 ```bash
-python manage.py init_test_users
+python manage.py create_metaservice_test_users
 ```
 
 #### Properties

+ 2 - 2
bin/install.sh

@@ -92,10 +92,10 @@ python manage.py migrate
 python manage.py collectstatic -l --no-input
 
 # Seeding data
-python manage.py init_default_data
+python manage.py create_metaservice_default_data
 
 if (($GENERATE_TEST_USERS)); then
-    python manage.py init_test_users
+    python manage.py create_metaservice_test_users
 fi
 
 #cp conf/sharix_open.service /etc/systemd/system/