This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/attachments/apps.py
2021-12-19 21:44:02 +01:00

6 lines
97 B
Python

from django.apps import AppConfig
class AttachmentsConfig(AppConfig):
name = "attachments"