Changes between Version 13 and Version 14 of BluePrintWebSetup


Ignore:
Timestamp:
06/06/10 17:52:35 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintWebSetup

    v13 v14  
    66 * User can be given admin rights even on databases which support referential integrity.
    77
    8 We plan to create a new file {{{models/000_config.py}}} which will have a simple structured format.
    9  * {{{models/00_settings.py}}} will read these settings to do the actual configuration.
     8Configuration 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.
    1010 * The Web Setup should ideally read in the {{{000_config.py}}} file, make any amendments as-required & then write it out.
    1111 * This means that developers can edit the settings live (we remain RAD) & there are no unncessary DB calls every request.