Added assignment model to django admin interface

parent 6e9b3a03
from django.contrib import admin
# Register your models here.
from .models import Assignment
admin.site.register(Assignment)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment