mirror of
https://github.com/marking-hack/backend.git
synced 2025-02-18 02:00:37 +03:00
6 lines
100 B
Python
6 lines
100 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MarketConfig(AppConfig):
|
|
name = "marking_hack.market"
|