Django MusicBrainz Connector is a Django app that connects to replica of the MusicBrainz database. In this fourth release, we added models AreaType, Area, Gender, ArtistType, and Artist, which makes the complete list of supported models:

  • AreaType,
  • Area,
  • Gender,
  • ArtistType,
  • Artist,
  • Language,
  • Medium Format,
  • ReleaseGroupPrimaryType,
  • ReleasePackaging,
  • ReleaseStatus,
  • Script,
  • Track,
  • ArtistCredit,
  • LinkType,
  • Link,
  • Recording,
  • RecordingWorkLink,
  • Work,
  • WorkType.

You can find the package on PyPI, the code on GitHub, and the documentation on Read The Docs.