mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-18 04:30:53 +01:00
* added poc * added check for sqlite db * added events test * draft docker-compose-test.yml * improved docker-compose * added support for postgres migrations * add documentation * added some qol to migrations * added migration generation script * removed settings.toml * waiting for postgress in script * commented script * added sample web config * fixed tests * mock memory db * reviewed PR
5 lines
108 B
TOML
5 lines
108 B
TOML
[tool.aerich]
|
|
tortoise_orm = "mobilizon_reshare.storage.db.TORTOISE_ORM"
|
|
location = "./"
|
|
src_folder = "./."
|