add BenchCoach user/profile

This commit is contained in:
2021-12-13 07:25:39 -06:00
parent f19a9ee67d
commit 7378fe1750
14 changed files with 235 additions and 1 deletions

5
benchcoach/admin.py Normal file
View File

@@ -0,0 +1,5 @@
from django.contrib import admin
from .models import Profile
# Register your models here.
admin.site.register(Profile)