WhisperMusic / WhisperServer

0 stars 0 forks source link

Project's applications structure #36

Closed soucelover closed 3 months ago

soucelover commented 3 months ago

Proposal

Every Django project consist of main application and of others. Every application is just a Python package and should implement whole features so they must be separated.

It's proposed to bring such applications structure:

Also these applications may be implemented as subpackages of the big one - smth like muse_store. It will implement all the backend functionality of this project's music API.