Commit a6667862 authored by kylemendozaa's avatar kylemendozaa

created 3 assignments

parent cdd6a19d
from django.contrib import admin
# Register your models here.
from .models import Assignment
class AssignmentAdmin(admin.ModelAdmin):
model = Assignment
admin.site.register(Assignment, AssignmentAdmin)
\ No newline at end of file
No preview for this file type
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