380e38519b
- Clubs will be used both by the cof and the bds app. - For now, they are only visible in development.
5 lines
85 B
Python
5 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ClubsConfig(AppConfig):
|
|
name = "clubs"
|