mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
10 lines
160 B
Python
10 lines
160 B
Python
import os
|
|
|
|
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
|
|
|
|
from sso.services.jabber import JabberService
|
|
|
|
b = JabberService()
|
|
|
|
print b.check_user('matalok')
|