kpsul/clubs/apps.py

6 lines
85 B
Python
Raw Normal View History

from django.apps import AppConfig
class ClubsConfig(AppConfig):
name = "clubs"