| 16 | I'm thinking we could just have 'eden/private/setup' copied to 'setup'. |
| 17 | This could be done if a flag is set in deployment settings to do this. |
| 18 | This should be the first flag read: |
| 19 | {{{ |
| 20 | deployment_settings.base.websetup = True |
| 21 | }}} |
| 22 | If True then copy all the files from private to the new app & redirect user there. |
| 23 | Once websetup has completed then change this flag to False. |
| 24 | From thenceforth users would only get back to websetup if they explicitly requested it, which could be done via the admin menu. |