Source code for news.apps

__copyright__ = "Copyright © Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"


from django.apps import AppConfig


[docs]class NewsConfig(AppConfig): name = "news"