Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michael Ziegler 0cd8c4a64b add MessageMiddleware which is needed for the admin system 12 years ago
..
README update test fixtures and backup the murmur database I use for testing 14 years ago
mumble-server.sqlite update test fixtures and backup the murmur database I use for testing 14 years ago
testdb.json update test fixtures and backup the murmur database I use for testing 14 years ago

README

These fixtures are only used for testing purposes and may be ignored for a
standard installation of mumble-django.

They can be created from a running database using the following command:
./manage.py dumpdata --indent=2 mumble auth > mumble/fixtures/testdb.json

The provided mumble-server.db3 file is a Murmur database that can be used
together with the provided fixtures to run the tests.