forked from DGNum/gestioCOF
380e38519b
- Clubs will be used both by the cof and the bds app. - For now, they are only visible in development.
5 lines
91 B
Python
5 lines
91 B
Python
from django.contrib import admin
|
|
|
|
from clubs.models import Club
|
|
|
|
admin.site.register(Club)
|