It is about music platform backend project (BLD_Backend_phase) using django.
It consists of 9_task starting from just
- creating models (Artists && Albums && Songs) and relationships between them
- creating forms,templates and views
going through:-
- DRF
- Authentication
- knox token authentication
- testing using pytest
- pagination
- running asynchronous tasks using celery.