mirror of
https://github.com/Rushilwiz/pushup-contest.git
synced 2025-04-09 21:20:15 -04:00
5 lines
119 B
Python
5 lines
119 B
Python
from django.contrib import admin
|
|
from .models import Profile
|
|
|
|
# Register your models here.
|
|
admin.site.register(Profile) |