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/articles/apps.py
2020-08-14 14:53:30 +02:00

6 lines
91 B
Python

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