mirror of
https://github.com/bcomsugi/dasaproject.git
synced 2026-01-10 16:52:38 +07:00
5 lines
93 B
Python
5 lines
93 B
Python
from django.contrib import admin
|
|
from .models import Customer
|
|
|
|
admin.site.register(Customer)
|