Various work on services api and models

This commit is contained in:
2010-02-25 11:34:30 +00:00
committed by dreddit
parent b6168ae824
commit 4cd4865f32
7 changed files with 125 additions and 10 deletions

View File

@@ -84,3 +84,14 @@ INSTALLED_APPS = (
)
AUTH_PROFILE_MODULE = 'sso.UserProfile'
### Jabber Service Settings
# Vhost to add users to
JABBER_SERVER = 'dredd.it'
# Group to add authed people to
JABBER_GROUP = 'dreddit'
# Use sudo?
JABBER_SUDO = True