You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
feat: added business models, implemented business signup and signin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from apps.business.models import Business
|
||||
|
||||
admin.site.register(Business)
|
||||
Reference in New Issue
Block a user