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.

8 lines
392 B

  1. These fixtures are only used for testing purposes and may be ignored for a
  2. standard installation of mumble-django.
  3. They can be created from a running database using the following command:
  4. ./manage.py dumpdata --indent=2 mumble auth > mumble/fixtures/testdb.json
  5. The provided mumble-server.db3 file is a Murmur database that can be used
  6. together with the provided fixtures to run the tests.