Project-Stage-Academy / UA_1155_alpha

UA-1155.Python Project Stage alpha group
3 stars 0 forks source link

Define all models from database schema #26 #28

Closed Thoughtseize1 closed 3 months ago

Thoughtseize1 commented 3 months ago
  1. Defined models for users, investors, startups and projects based by our schema.
  2. Generated initial migrations for the 'users' and 'startups' apps.
  3. Applied the migrations to PostgreSQL to create the corresponding tables in the database. . .

image

Thoughtseize1 commented 3 months ago

Updated DB schema

image