1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 20:51:11 +02:00
Files
nk20/apps/logs/urls.py
Yohann D'ANELLO fd529a53c8 Logging support
2020-02-24 18:18:44 +01:00

9 lines
154 B
Python

# Copyright (C) 2018-2020 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
app_name = 'logs'
# TODO User interface
urlpatterns = [
]