Skip to content

Commit b07808f

Browse files
committed
make it so
1 parent fa1abb4 commit b07808f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# -*- coding: utf-8 -*-
22
# Django settings for a speedcenter project.
33
import os
4+
import os.path
5+
import sys
6+
7+
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
48

59
DEBUG = True
610
TEMPLATE_DEBUG = DEBUG

0 commit comments

Comments
 (0)