Compare commits
2 Commits
52126d5634
...
0fa5612dce
Author | SHA1 | Date | |
---|---|---|---|
0fa5612dce | |||
ee8949d82a |
11
data/imgs/flags/Pipfile
Normal file
11
data/imgs/flags/Pipfile
Normal 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
BIN
data/imgs/flags/cs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 369 B |
2
env.dev
2
env.dev
@ -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
6
storage/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# SPDX-FileCopyrightText: WTF Kooperative eG <https://wtf-eg.de/>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
*
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user