Commit acacd433 authored by Chester Tan's avatar Chester Tan

changed .views to .models

parent 9433b591
from django.forms import ModelForm from django.forms import ModelForm
from .views import Assignment from .models import Assignment
class AssignmentForm(ModelForm): class AssignmentForm(ModelForm):
class Meta: class Meta:
......
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