2731531768
also cleant up a bit the import towards PEP8: builtin modules first, then 3rd party python packages, then local packages
6 lines
90 B
Python
6 lines
90 B
Python
from __future__ import absolute_import
|
|
|
|
from ..models import Auth
|
|
|
|
Auth.register('local')
|