Skip to content

Commit

Permalink
Try to fix heroku not finding bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
blanchardjeremy committed Mar 11, 2012
1 parent 430bf7c commit c424cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example_project_django/root/settings.py
Expand Up @@ -7,6 +7,7 @@
except ImportError:
import sys
sys.path.insert(0, "..")
sys.path.insert(0, "../..")

TOP_DIR = os.path.dirname(__file__)

Expand Down

0 comments on commit c424cc1

Please sign in to comment.