index
:
workshop_booking/.git
master
Workshop booking interface in Django.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
teams
/
admin.py
blob: 165309038d6f6de6100f3c4d843fcfec4b23744f (
plain
)
1
2
3
4
5
from django.contrib import admin from teams.models import Team admin.site.register(Team)