nk20/apps/member/__init__.py

5 lines
143 B
Python
Raw Normal View History

# Copyright (C) 2018-2021 by BDE ENS Paris-Saclay
2019-07-08 11:59:31 +00:00
# SPDX-License-Identifier: GPL-3.0-or-later
2019-07-16 10:43:23 +00:00
default_app_config = 'member.apps.MemberConfig'