4 lines
90 B
Python
4 lines
90 B
Python
from django.apps import AppConfig
|
|
|
|
class ArticlesConfig(AppConfig):
|
|
name = 'articles'
|