realms-wiki/realms/modules/auth/local/__init__.py
Matthew Scragg 0b1c55f6a5 fallback to default avatar if email is not set
auth submodules are registered with initialized
check if auth.local is loaded before accessing registration route
check DB_URI before attempt to create db
2015-11-06 17:44:48 -06:00

4 lines
50 B
Python

from ..models import Auth
Auth.register('local')