Closed
Description
What's up?
We have designed our ER Diagrams as documented in #94. Now corresponding models must be created. Corresponding serializers are also going to be created. Please refer to #100 for details.
To Do
Following actions must be taken:
- Create models:
- Create
user
model that extends the defaultUser
model provided by Django. - Create
comment
model. - Create
tag
model. - Create
art item
model. - Create
follow
model.
- Create
- Make migrations and apply these migrations.
- Register the models within the
admin.py
. Login as an admin and check if tables are listed properly.
Deadline
Deadline: 14.05.2022 @22.00
Additional Information
Contributors:
Reviewers
No response