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

7
suppliers/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class SuppliersConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'suppliers'
verbose_name = 'Профили поставщиков'