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/articles/apps.py
2021-12-19 21:44:02 +01:00

6 lines
91 B
Python

from django.apps import AppConfig
class ArticlesConfig(AppConfig):
name = "articles"