1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-28 09:32:34 +02:00
Files
nk20-scripts/apps.py
bleizi c518b3dddb Merge branch 'l_eveil_du_nanax' into 'master'
L'eveil du nanax

See merge request bde/nk20-scripts!2
2023-07-13 19:48:50 +02:00

9 lines
184 B
Python

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