feat: added business models, implemented business signup and signin

This commit is contained in:
ITQ
2025-01-20 16:09:37 +03:00
parent 2eef92b617
commit 9ae9b46780
19 changed files with 272 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.contrib import admin
from apps.business.models import Business
admin.site.register(Business)