6 lines
108 B
Python
6 lines
108 B
Python
from __future__ import absolute_import
|
|
|
|
from realms.modules.auth.models import Auth
|
|
|
|
Auth.register('local')
|