You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-23 05:07:12 +00:00
feat: added promocode creation and view
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from apps.user.models import User
|
||||
|
||||
admin.site.register(User)
|
||||
Reference in New Issue
Block a user