mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Club model implementation, various other changes
This commit is contained in:
8
club/admin.py
Normal file
8
club/admin.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from club.models import Club, Membership
|
||||
|
||||
|
||||
admin.site.register(Club)
|
||||
admin.site.register(Membership)
|
||||
|
Reference in New Issue
Block a user