We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ff0c5 commit 2324254Copy full SHA for 2324254
1 file changed
bin/setupenv
@@ -12,7 +12,7 @@ basedir = os.path.dirname(os.path.dirname(__file__))
12
13
sys.path.append(basedir)
14
15
-shutil.copyfile(os.path.join(basedir, 'docker/settings_local.py'), os.path.join(basdir, 'settings_local.py'))
+shutil.copyfile(os.path.join(basedir, 'docker/settings_local.py'), os.path.join(basedir, 'settings_local.py'))
16
17
from ietf.settings_sqlitetest import * # we don't import from django.conf here, on purpose
18
0 commit comments