Skip to content

Commit

Permalink
Removed virtualenv hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Carrick committed Sep 1, 2012
1 parent f11cc97 commit 9d04596
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions djangoproject/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ def __init__(self):
self._shell = None
self._dbshell = None
self._install_stock_icons()
# TODO: The admin and manage commands should configurable so that they
# could be changed to various virtual environments. Even better would
# be able to specify the commands on a per-project basis.
#self._admin_cmd = "/home/micah/.virtual-environments/django-1.4/bin/django-admin.py"
#self._manage_cmd = "/home/micah/.virtual-environments/django-1.4/bin/python manage.py"
self._admin_cmd = "django-admin.py"
self._manage_cmd = "python manage.py"
self._font = "monospace 10"
Expand Down

0 comments on commit 9d04596

Please sign in to comment.