mirror of
https://github.com/marking-hack/backend.git
synced 2024-11-10 20:36:34 +03:00
6 lines
100 B
Python
6 lines
100 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MarketConfig(AppConfig):
|
|
name = "marking_hack.market"
|