Changes between Version 6 and Version 7 of BluePrintUpgrades
- Timestamp:
- 02/14/16 19:44:22 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintUpgrades
v6 v7 62 62 template's config() function in config.py. These are problematic as they are Python code. 63 63 Obtaining the site's settings.* values would require parsing the files in some manner. 64 64 65 An alternative is to replace the current Python code for configuration settings by a 65 66 consolidated format such as a JSON or XML structure, or by a standard type of configuration 66 file used in other Python products. Options (which may be somewhat dated) are described 67 here: BluePrint/Update 67 file used in other Python products. 68 69 Options (which may be somewhat dated) are described here: 70 71 BluePrint/UpgradeConfig 68 72 == Database Schema Changes == 69 73