Skip to content

Commit

Permalink
Updated Sublime Text project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcugat committed Mar 6, 2015
1 parent 3a32e35 commit ba0b4c9
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions django-custom-user.sublime-project
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns": [".tox"]
}
]
"folders":
[
{
"folder_exclude_patterns":
[
".tox"
],
"follow_symlinks": true,
"path": "."
}
],
"settings":
{
"auto_python_builder_enabled": false,
"python_interpreter": "/usr/local/opt/pyenv/versions/django-custom-user/bin/python"
}
}

0 comments on commit ba0b4c9

Please sign in to comment.