from urlaubsauktion.admin import joker_admin as admin

from .models import User

admin.register(User)