API DocumentationΒΆ

This part of the documentation describes the way Mumble-Django works. This information is generally only useful if you wish to extend Mumble-Django in some way or another - or if you are just curious, of course :)

Mumble-Django consists of two major parts:

  1. The core Mumble application, that implements all the features
  2. a Django project around the core app, that wraps up the Mumble app in a project ready to be installed on a web server.

This documentation will mostly deal with the Mumble application, and covers the following sections: