mirror of
https://git.sdbs.cz/sdbs/pile.git
synced 2025-05-10 08:22:16 +00:00
5 lines
83 B
Python
5 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PileConfig(AppConfig):
|
|
name = 'pile'
|