9e851c31fa
That's a nice macro, but we don't need it. dj-user-accounts stands in the way of using more generic AUTN_METHODS
8 lines
145 B
Python
8 lines
145 B
Python
from importlib import import_module
|
|
|
|
from django.apps import AppConfig as BaseAppConfig
|
|
|
|
|
|
class AppConfig(BaseAppConfig):
|
|
|
|
name = "pinaxcon"
|