68 | | * copy {{{private/templates/000_config.py}}} to {{{/models}}} and set FINISHED_EDITING_CONFIG_FILE = True |
| 68 | * Update your configuration file. (This is something you may need to check when you update your copy of Eden from Github.) |
| 69 | * Delete models\0000_update_check.py |
| 70 | * Rename models\000_config.py to something else. |
| 71 | * Start Eden as above -- you'll get a message saying a new 000_config.py was copied in. |
| 72 | * Edit that file. Compare with your saved old copy of 000_config.py and make any changes you need in the new one. |
| 73 | These might include: |
| 74 | * Delete the FINISHED_EDITING_CONFIG_FILE line. |
| 75 | * Set the database type and connection info. |
| 76 | * Set up a mailer. |
| 77 | * Choose the template and prepopulate folders. |