mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-11 09:10:51 +01:00
* config: get_settings_files_paths: Return first existing path. * tests: Set SETTINGS_FOR_DYNACONF at import time. * config: get_settings_files_paths: Log config path. * manifest.scm: Add docker-compose. * build_docker_image.sh: Allow building debug image. * storage: db: Use the same configuration for Tortoise and Aerich. * Distribuite migration queries. * storage: implement_db_changes: Use pkg_resources.
5 lines
107 B
INI
5 lines
107 B
INI
[aerich]
|
|
tortoise_orm = mobilizon_reshare.storage.db.TORTOISE_ORM
|
|
location = ./migrations
|
|
src_folder = ./.
|