Skip to content

Practice App: Creating Models #96

Closed
@KarahanS

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 default User model provided by Django.
    • Create comment model.
    • Create tag model.
    • Create art item model.
    • Create follow model.
  • 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

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions