We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1abb4 commit b07808fCopy full SHA for b07808f
example/settings.py
@@ -1,6 +1,10 @@
1
# -*- coding: utf-8 -*-
2
# Django settings for a speedcenter project.
3
import os
4
+import os.path
5
+import sys
6
+
7
+sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
8
9
DEBUG = True
10
TEMPLATE_DEBUG = DEBUG
0 commit comments