You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add initial Django migrations for music app
This commit introduces the initial Django migrations for the music application. It creates the models for Artist, Album, and Song, with the necessary fields and dependencies. This lays the foundation for the music database schema and facilitates further data operations.
0 commit comments