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