Add our vendor path to our path
I guess this is as good a method as any to get or vendored packages in.
This commit is contained in:
parent
3d3e01138a
commit
0c73ad13f0
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir
|
|||
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
|
||||
DJANGO_ROOT = os.path.abspath(os.path.dirname(django.__file__))
|
||||
BASE_DIR = PACKAGE_ROOT
|
||||
sys.path.append(os.path.join(PROJECT_ROOT, 'vendor'))
|
||||
|
||||
|
||||
### USER SETTINGS
|
||||
|
|
Loading…
Reference in a new issue