Commit 3082d847 authored by Joan Denise Nocos's avatar Joan Denise Nocos

feat: created Assignment model for assignments app

parent 020c6321
from django.db import models
# Create your models here.
class Assignment(models.Model):
name = models.CharField(max_length=50)
description
max_points
\ 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