|
@@ -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/
|