first commit

This commit is contained in:
2025-02-28 16:29:56 +08:00
commit 0b5426a5d1
16 changed files with 352 additions and 0 deletions

4
account/admin.py Normal file
View File

@@ -0,0 +1,4 @@
from django.contrib import admin
from .models import User
admin.site.register(User)