Uploading chapter 11 remaining files

This commit is contained in:
muassif
2021-07-08 22:05:16 +04:00
committed by GitHub
parent 49e6811b81
commit 822894f3ea
20 changed files with 301 additions and 0 deletions
@@ -0,0 +1,4 @@
from django.contrib import admin
from .models import Grade
admin.site.register(Grade)