This repository has been archived on 2022-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
memories/memories/collection/apps.py

6 lines
95 B
Python
Raw Normal View History

2022-10-08 15:55:12 +00:00
from django.apps import AppConfig
class CollectionConfig(AppConfig):
name = 'collection'