Remove mumble-django, use direct API.

This commit is contained in:
2010-05-17 22:35:49 +01:00
parent 1b76ccc698
commit 12287f25b6
68 changed files with 29 additions and 7720 deletions

View File

@@ -79,7 +79,6 @@ INSTALLED_APPS = (
'registration',
'eve_proxy',
'eve_api',
'mumble',
'reddit',
'hr',
'sso',
@@ -115,12 +114,6 @@ REDDIT_USER = 'DredditVerification'
# Password for validatio account
REDDIT_PASSWD = ''
### Mumble Service Settings
DEFAULT_CONN = 'Meta:tcp -h 127.0.0.1 -p 6502'
MUMBLE_DEFAULT_PORT = 64740
SLICE = 'Murmur.ice'
### HR Settings
HR_STAFF_GROUP = 'HR Staff'