Created
February 28, 2012 16:57
-
-
Save abrookins/1933635 to your computer and use it in GitHub Desktop.
Revisions
-
abrookins revised this gist
Feb 28, 2012 . No changes.There are no files selected for viewing
-
abrookins revised this gist
Feb 28, 2012 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,6 @@ { "path": "django_project_dir" }, { "path": "lib/python2.7" } -
abrookins revised this gist
Feb 28, 2012 . 1 changed file with 13 additions and 13 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,24 +1,24 @@ { "folders": [ { "path": "django_project_dir" }, { "path": "lib/python2.7/site-packages" }, { "path": "lib/python2.7" } ], "build_systems": [ { "name": "Run Tests", "working_dir": "${project_path}/django_project_dir", "env": {"PYTHONPATH": "/path/to/envs/env_name/django_project_dir:/path/to/envs/env_name/lib/python2.7/site-packages"}, "cmd": ["python", "manage.py", "test", "--noinput"] } ] } -
abrookins created this gist
Feb 28, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ { "folders": [ { "path": "django_project_dir" }, { "path": "lib/python2.7/site-packages" }, { "path": "lib/python2.7" } ], "build_systems": [ { "name": "Run Tests", "working_dir": "${project_path}/django_project_dir", "env": {"PYTHONPATH": "/path/to/envs/env_name/django_project_dir:/path/to/envs/env_name/lib/python2.7/site-packages"}, "cmd": ["python", "manage.py", "test"] } ] }