another batch of files with a light sprinkle of comments
This commit is contained in:
@@ -4,8 +4,9 @@ from django.contrib.auth.models import User
|
||||
|
||||
from .models import Rower, Workout,GraphImage,FavoriteChart,SiteAnnouncement
|
||||
|
||||
# Register your models here.
|
||||
# Register your models here so you can use them in the Admin module
|
||||
|
||||
# Rower details directly under the User
|
||||
class RowerInline(admin.StackedInline):
|
||||
model = Rower
|
||||
can_delete = False
|
||||
|
||||
Reference in New Issue
Block a user