ungleich-otp/ungleichotp/otpauth
Nico Schottelius 26789ff11b Move AUTH code into model of otpauth
To prevent the following exception:

  File "/home/nico/vcs/ungleich-otp/venv/lib/python3.5/site-packages/django/db/models/base.py", line 87, in __new__
    app_config = apps.get_containing_app_config(module)
  File "/home/nico/vcs/ungleich-otp/venv/lib/python3.5/site-packages/django/apps/registry.py", line 249, in get_containing_app_config
    self.check_apps_ready()
  File "/home/nico/vcs/ungleich-otp/venv/lib/python3.5/site-packages/django/apps/registry.py", line 132, in check_apps_ready
    raise AppRegistryNotReady("Apps aren't loaded yet.")
django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
(venv) [12:41] line:ungleichotp%
2018-11-18 12:54:47 +01:00
..
migrations Begin to phase in custom authentication 2018-11-18 12:38:50 +01:00
__init__.py [django] add otpauth app 2018-10-26 21:08:01 +02:00
admin.py Begin to phase in custom authentication 2018-11-18 12:38:50 +01:00
apps.py [django] add otpauth app 2018-10-26 21:08:01 +02:00
models.py Move AUTH code into model of otpauth 2018-11-18 12:54:47 +01:00
serializer.py Begin to phase in custom authentication 2018-11-18 12:38:50 +01:00
tests.py [django] add otpauth app 2018-10-26 21:08:01 +02:00
views.py Cleanup! 2018-11-17 22:53:51 +01:00