Commit 43416390 authored by Deokhyun Lee's avatar Deokhyun Lee

created admin model for assignment

parent d2bcc95a
from django.contrib import admin
from .models import Assignment, Course
from .models import Course, Assignment
class CourseAdmin(admin.ModelAdmin):
model = Course
class Assignment(admin.ModelAdmin):
model = Assignment
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