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

from django.apps import AppConfig
class CollectionConfig(AppConfig):
name = 'collection'