| 60 | The site may have modifications to models/000_config.py, or they may have changes in their |
| 61 | template's config() function in config.py. These are problematic as they are Python code. |
| 62 | Obtaining the site's settings.* values would require parsing the files in some manner. |
| 63 | An alternative is to replace the current Python code for configuration settings by a |
| 64 | consolidated format such as a JSON or XML structure, or by a standard type of configuration |
| 65 | file used in other Python products. Options (which may be somewhat dated) are described |
| 66 | here: BluePrint/Update |