|
@@ -94,4 +94,8 @@ python manage.py collectstatic -l --no-input
|
|
|
# Seeding data
|
|
|
python manage.py init_default_data
|
|
|
|
|
|
-#cp conf/sharix_open.service /etc/systemd/system/
|
|
|
+if (($GENERATE_TEST_USERS)); then
|
|
|
+ python manage.py init_test_users
|
|
|
+fi
|
|
|
+
|
|
|
+#cp conf/sharix_open.service /etc/systemd/system/
|