|
@@ -39,6 +39,7 @@ class Command(BaseCommand):
|
|
|
|
|
|
call_command("loaddata", fixture_file, verbosity=0)
|
|
call_command("loaddata", fixture_file, verbosity=0)
|
|
call_command("update_index", verbosity=0)
|
|
call_command("update_index", verbosity=0)
|
|
|
|
+ call_command("rebuild_references_index", verbosity=0)
|
|
|
|
|
|
print(
|
|
print(
|
|
"Awesome. Your data is loaded! The bakery's doors are almost ready to open..."
|
|
"Awesome. Your data is loaded! The bakery's doors are almost ready to open..."
|