Initial commit from monorepo

This commit is contained in:
Ruslan Bakiev
2026-01-07 09:12:35 +07:00
commit 5a5186732b
53 changed files with 3347 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class PurchaseRequestsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'purchase_requests'