Leave a standard set of database and cache configuration files unchanged.
Then everyone has their own corresponding database and cache configuration files, and ignore these files (I assume you are using git for version management).
This will not delay everyone’s development, nor will it affect future product releases.
Self-question and answer: Use tornado’s options and define interfaces to read a set of configuration files. The approximate code is as follows:
tornado entry file main.py
The code inapp_config.py is as follows:
When running the code
Leave a standard set of database and cache configuration files unchanged.
Then everyone has their own corresponding database and cache configuration files, and ignore these files (I assume you are using git for version management).
This will not delay everyone’s development, nor will it affect future product releases.