]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2023 17:39:28 +0000 (19:39 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2023 17:39:28 +0000 (19:39 +0200)
commitcb4993790ce9797ac97822ac7c230acf82dd966e
tree6b3e66e35a3d1b9fdb29c23d54bd4a30feca9f81
parent6f0a87bfa7b4b95b01160f0a2eab242f53d8c18b
Continued:
- renamed fba.fba to fba.utils
- moved database-relevant code to fba.database module
18 files changed:
api.py
fba/__init__.py
fba/boot.py
fba/commands.py
fba/csrf.py
fba/database.py [new file with mode: 0644]
fba/fba.py [deleted file]
fba/http/federation.py
fba/http/network.py
fba/models/blocks.py
fba/models/error_log.py
fba/models/instances.py
fba/networks/friendica.py
fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/pleroma.py
fba/utils.py [new file with mode: 0644]