init commit

This commit is contained in:
2025-11-24 07:02:33 +09:00
commit 7bf003e70d
488 changed files with 51130 additions and 0 deletions

3
bin/migrate.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Run migrations
docker exec ${django_app} python3 smartsoltech/manage.py migrate