mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-09 13:50:17 -04:00
6 lines
86 B
Python
6 lines
86 B
Python
from django.contrib import admin
|
|
|
|
from .models import User
|
|
|
|
admin.site.register(User)
|