photobooth/photos/apps.py
2018-05-21 21:55:20 +02:00

6 lines
87 B
Python

from django.apps import AppConfig
class PhotosConfig(AppConfig):
name = 'photos'