photo26/photologue_custom/apps.py
2021-09-23 10:17:01 +02:00

5 lines
108 B
Python

from django.apps import AppConfig
class PhotologueCustomConfig(AppConfig):
name = 'photologue_custom'