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

9
test.py Normal file
View File

@@ -0,0 +1,9 @@
import os
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
from sso.services.jabber import JabberService
b = JabberService()
print b.check_user('matalok')