This commit is contained in:
relaxed 2024-08-18 03:34:33 +05:00
commit 8851786e67
353 changed files with 36724 additions and 0 deletions

5
adminsystemdb/admin.py Executable file
View file

@ -0,0 +1,5 @@
from django.contrib import admin
from .models import Poseters
# Register your models here.
admin.site.register(Poseters)