k4ever/k4ever/main/admin.py

6 lines
99 B
Python

from models import UserProfile
from django.contrib import admin
admin.site.register(UserProfile)