pile/sdbs_pile/pile/apps.py
2020-03-18 21:58:15 +01:00

5 lines
83 B
Python

from django.apps import AppConfig
class PileConfig(AppConfig):
name = 'pile'