Skip to content

Commit

Permalink
Removed hack to fix paths... python setup.py develop sets up the prop…
Browse files Browse the repository at this point in the history
…er egg-link
  • Loading branch information
Nathan Shafer committed Feb 1, 2016
1 parent 36c7496 commit dc0e5a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example_app/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import os
import sys

# Add parent dir to the PYTHON_PATH so that we can find the included version of taggit_selectize
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "example_app.settings")

Expand Down

0 comments on commit dc0e5a6

Please sign in to comment.