| 58 | Split 000_config.py into 2 files: |
| 59 | * Machine-specific configuration (Debug, SMTP, Database, API Keys, etc) |
| 60 | * Instance-type configuration |
| 61 | |
| 62 | Have 2 settings: |
| 63 | * Template: For which 000_config extensions to use |
| 64 | * Prepopulate: Any additional prepopulate folders to add to the list (comes from the template) |
| 65 | |
| 66 | Build the running 000_config.py from the default file, with modifications based on the selected Template |
| 67 | * so don't simply file copy but use some intelligence to uncomment/modify options in the default file |
| 68 | |