forked from kompetenzinventar/ki-backend
make project reuse compliant
This commit is contained in:
@ -1 +0,0 @@
|
||||
Generic single-database configuration.
|
@ -1,3 +1,7 @@
|
||||
; SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||
;
|
||||
; SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
# A generic, single database configuration.
|
||||
|
||||
[alembic]
|
||||
|
@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import logging
|
||||
|
@ -1,3 +1,7 @@
|
||||
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
"""Initial migration.
|
||||
|
||||
Revision ID: ebb2dd1fb371
|
||||
|
Reference in New Issue
Block a user