Source code for production.apps

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


from django.apps import AppConfig


[docs]class ProductionConfig(AppConfig): name = "production"