photo26/photologue_custom/apps.py
2022-01-30 08:20:03 +01:00

6 lines
162 B
Python

from django.apps import AppConfig
class PhotologueCustomConfig(AppConfig):
default_auto_field = 'django.db.models.AutoField'
name = 'photologue_custom'