ungleich-otp/ungleichotp/otpauth/admin.py

10 lines
156 B
Python
Raw Normal View History

2018-10-26 19:08:01 +00:00
from django.contrib import admin
# Register your models here.
2018-10-26 19:59:35 +00:00
from django.contrib import admin
from .models import OTPSeed
admin.site.register(OTPSeed)