Compare commits

...

2 Commits

Author SHA1 Message Date
0fa5612dce
add czech flag kompetenzinventar/ki-frontend#28
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-20 19:59:24 +02:00
ee8949d82a
separate storage and data kompetenzinventar/ki-frontend#28 2021-09-20 19:58:42 +02:00
4 changed files with 18 additions and 1 deletions

11
data/imgs/flags/Pipfile Normal file
View File

@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.8"

BIN
data/imgs/flags/cs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
SQLALCHEMY_DATABASE_URI=sqlite:///data/ki.sqlite
SQLALCHEMY_DATABASE_URI=sqlite:///storage/ki.sqlite
CORS_ORIGINS=*

6
storage/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
*
!.gitignore