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

6
offers/apps.py Normal file
View File

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