Project-Stage-Academy / UA1244_beta

1 stars 0 forks source link

Add InvestorStartup Model and tests #86

Closed k0drin closed 1 week ago

k0drin commented 1 week ago

This pull request introduces the new InvestorStartup model to establish a many-to-many relationship between investors and startups.

Creation of the InvestorStartup model with investor_id and startup_id fields, linking investors to startups. Added DateTimeField to track when a startup is saved by an investor. Utilization of Django's ForeignKey for model relationships. Create tests for InvestorStartup model Screenshot from 2024-10-14 17-20-19