forked from 42CTF/website
6 lines
136 B
Python
6 lines
136 B
Python
|
from .models import UserProfileInfo
|
||
|
from django.contrib import admin
|
||
|
|
||
|
admin.site.register(UserProfileInfo)
|
||
|
# Register your models here.
|