Project-Stage-Academy / UA_1155_alpha

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

Implementing Startup (Project) Profile Creation #32

Closed NovitskaMariia closed 2 months ago

NovitskaMariia commented 2 months ago
  1. Check the Project model in the startups directory.

  2. Add INDUSTRY_CHOICES const in Project model for industry field.

  3. Use correct API endpoints from task #24

  4. Create all necessary functions and classes for POST method

  5. Save the projects data in the database upon successful registration.