Print success message for when load_initial_data runs

pull/20/head
Edd Baldry 2017-02-11 17:22:53 +00:00
rodzic f824745445
commit 5a70e34b3a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -11,3 +11,4 @@ class Command(BaseCommand):
fixture_file = os.path.join(fixtures_dir, 'bakerydemo.json')
call_command('loaddata', fixture_file, verbosity=0)
print("Awesome. Your data is loaded! The bakery's doors are almost ready to open...")