Changes between Version 13 and Version 14 of BluePrintWebSetup
- Timestamp:
- 06/06/10 17:52:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintWebSetup
v13 v14 6 6 * User can be given admin rights even on databases which support referential integrity. 7 7 8 We plan to create a newfile {{{models/000_config.py}}} which will have a simple structured format.9 * {{{models/00_settings.py}}} will readthese settings to do the actual configuration.8 Configuration settings are in the file {{{models/000_config.py}}} which will have a simple structured format. 9 * {{{models/00_settings.py}}} reads these settings to do the actual configuration. 10 10 * The Web Setup should ideally read in the {{{000_config.py}}} file, make any amendments as-required & then write it out. 11 11 * This means that developers can edit the settings live (we remain RAD) & there are no unncessary DB calls every request.