Skip to content

Commit

Permalink
Revert "Let's not reset our preferences every time we migrate."
Browse files Browse the repository at this point in the history
This reverts commit f3f2cff.
  • Loading branch information
xentac committed Sep 6, 2010
1 parent d8c04c2 commit 196751f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions greatbigcrane/preferences/fixtures/initial_data.json
@@ -0,0 +1 @@
[{"pk": 1, "model": "preferences.preference", "fields": {"help_text": "Default directory where you store your projects.", "name": "projects_directory", "value": ""}}, {"pk": 2, "model": "preferences.preference", "fields": {"help_text": "Path to execute a terminal on your local system. Use <code>\"#s\"</code> to indicate where to put editor command (for example, <code>xterm -e \"#s\"</code>).", "name": "terminal_path", "value": ""}}, {"pk": 3, "model": "preferences.preference", "fields": {"help_text": "Path to your favourite text editor on your local system. Use <code>open</code> if you're on a Mac.", "name": "editor_path", "value": ""}}]

0 comments on commit 196751f

Please sign in to comment.