pushup-contest/users/admin.py
Rushil Umaretiya bc06642fe7 started working
2020-10-19 02:28:06 -04:00

5 lines
119 B
Python

from django.contrib import admin
from .models import Profile
# Register your models here.
admin.site.register(Profile)