This commit is contained in:
2026-04-29 01:27:16 +03:30
parent a75c4ca9c8
commit f0f2ac34b7
20 changed files with 2840 additions and 65 deletions
+1
View File
@@ -7,6 +7,7 @@ if [ "${SKIP_MIGRATE}" != "1" ]; then
if [ "${DOCKER_VERSION}" = "develop" ]; then
echo "Running develop seeders..."
python manage.py seed_admin_farm
python manage.py seed_sensor_7_in_1
echo "Develop seeders done."
fi
fi