ungleich-otp/ungleichotp/otpauth/apps.py
2018-10-26 21:08:01 +02:00

5 lines
89 B
Python

from django.apps import AppConfig
class OtpauthConfig(AppConfig):
name = 'otpauth'