from django.contrib import admin from .models import UserPreferences admin.site.register([UserPreferences])