You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 20:57:11 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
from django.contrib import admin
|
|
|
|
from apps.user.models import User
|
|
|
|
admin.site.register(User)
|