Changes between Version 32 and Version 33 of BluePrintWebSetup


Ignore:
Timestamp:
09/27/10 19:59:32 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintWebSetup

    v32 v33  
    1414already....thinking about how it updates that version & how we'd manage with eden, eden2, eden_test as alternate app versions...
    1515
     16I'm thinking we could just have 'eden/private/setup' copied to 'setup'.
     17This could be done if a flag is set in deployment settings to do this.
     18This should be the first flag read:
     19{{{
     20deployment_settings.base.websetup = True
     21}}}
     22If True then copy all the files from private to the new app & redirect user there.
     23Once websetup has completed then change this flag to False.
     24From thenceforth users would only get back to websetup if they explicitly requested it, which could be done via the admin menu.
    1625==== Maintainability ====
    1726I think we should look to redesign this somewhat: