1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-29 15:41:03 +02:00

Adapt media to ISBN

This commit is contained in:
Alexandre Iooss
2019-08-11 09:22:22 +02:00
parent 79ad58997a
commit 2f872eccce
20 changed files with 397 additions and 11 deletions

View File

@ -0,0 +1,5 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2017-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
default_app_config = 'logs.apps.LogsConfig'

View File

@ -1,3 +1,7 @@
# -*- mode: python; coding: utf-8 -*-
# Copyright (C) 2017-2019 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from django.apps import AppConfig