mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 03:57:09 +00:00
7 lines
115 B
Python
7 lines
115 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class CompetitionsConfig(AppConfig):
|
|
name = "apps.task"
|
|
label = "task"
|