Commit 60df846b authored by Dave Kuhlman's avatar Dave Kuhlman
Browse files

Fix to path to generateDS.py for django

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -63,7 +63,7 @@ def generate(options, schema_file_name):
flag4 = exists(admin_file_name)
if (flag1 or flag2 or flag3 or flag4):
return
args = ('generateDS.py', '-f',
args = ('./generateDS.py', '-f',
'-o', '%s' % (bindings_file_name, ),
'--member-specs=list',
schema_file_name,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment