admin modifiable app

This commit is contained in:
Pratyush Desai 2022-09-09 08:11:44 +05:30
parent 47cf518b3d
commit 2d050c10f4
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD

View File

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