diff options
-rw-r--r-- | yaksh/management/commands/create_demo_course.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yaksh/management/commands/create_demo_course.py b/yaksh/management/commands/create_demo_course.py index 9034283..21c56b7 100644 --- a/yaksh/management/commands/create_demo_course.py +++ b/yaksh/management/commands/create_demo_course.py @@ -72,3 +72,5 @@ class Command(BaseCommand): status = create_demo_course() if status: self.stdout.write("Successfully Created") + else: + self.stdout.write("Unable to create Demo Course") |