nested-set-model

Django – DRF ManyToMany and ForeignKey

Django – DRF ManyToMany and ForeignKey Question: I am building an api for entertainment management. The user can create empty project or projects with show, tour and festival. User can also create show and specify project id. A project can contain: Show 0 to * Tour 0 to * Festival 0 to * A Tour …

Total answers: 1