Changes between Version 15 and Version 16 of BluePrintWebSetup


Ignore:
Timestamp:
06/07/10 07:51:18 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintWebSetup

    v15 v16  
    1212   * S3Config could contain a method to generate a web form to create a new instance (+pre-populate the form with values of another instance)
    1313   * S3Config could then even contain a method to write the instance to a config file like 000_config.py
    14    * a S3Config instance could be made read-only during the current request (=safer) by amending the ''__setattr__'' method to not except updates (then you can still overwrite deployment_settings by replacing it with a new instance)
     14   * a S3Config instance could be made read-only during the current request (=safer) by amending the ''!__setattr!__'' method to not except updates (then you can still overwrite deployment_settings by replacing it with a new instance)
    1515 * {{{models/00_settings.py}}} reads these settings to do the actual configuration.
    1616 * The Web Setup should ideally read in the {{{000_config.py}}} file, make any amendments as-required & then write it out.
     
    3434----
    3535BluePrints
     36BluePrints