StevenMonty / CS1530-Final

0 stars 0 forks source link

Create the django class models #2

Closed StevenMonty closed 3 years ago

StevenMonty commented 3 years ago

Description: Define the structure of the objects that will be stored in the database. Also define the logic behind the interactions with these objects.

Challenges: Determining object relationships with eachother, determining the fields needed for each object

Points: 3

Depends: Need to implement model serializers to be able to pass them to frontend

Challenges:

create-issue-branch[bot] commented 3 years ago

Branch 2-Create_the_django_class_models created!