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 0a45268 commit c93e5ccCopy full SHA for c93e5cc
1 file changed
ietf/manage.py
@@ -8,6 +8,10 @@
8
warnings.filterwarnings("ignore", message="the md5 module is deprecated; use hashlib instead")
9
warnings.filterwarnings("ignore", message="the sha module is deprecated; use the hashlib module instead")
10
11
+import os
12
+import sys
13
+sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)) )
14
+
15
from django.core.management import execute_manager
16
try:
17
import settings # Assumed to be in the same directory.
0 commit comments