1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-02-05 23:03:03 +00:00
nk20-scripts/apps.py
Yohann D'ANELLO 7a022b9407
Update copyright for 2021
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-06-14 21:45:35 +02:00

10 lines
238 B
Python

# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.apps import AppConfig
from django.core.signals import got_request_exception
class ScriptsConfig(AppConfig):
name = 'scripts'