diff --git a/modules/django.py b/modules/django.py index 55d3737..b9290ad 100644 --- a/modules/django.py +++ b/modules/django.py @@ -399,12 +399,12 @@ def generate(param=None, make_copy=False): import sys sys.exit(err_msg) - print "django:generate make_copy : %s\n" % make_copy - print "django:generate script : %s" % param + print("django:generate make_copy : %s\n" % make_copy) + print("django:generate script : %s" % param) if env.debug: - print "django:generate script : %s" % param - print "django:generate make_copy : %s\n" % make_copy + print("django:generate script : %s" % param) + print("django:generate make_copy : %s\n" % make_copy) else: pass # env.debug does not block the rest of the commands because this