diff --git a/crc/__init__.py b/crc/__init__.py index 4635f245..ed69f70a 100644 --- a/crc/__init__.py +++ b/crc/__init__.py @@ -89,6 +89,7 @@ def load_example_data(): from example_data import ExampleDataLoader ExampleDataLoader.clean_db() ExampleDataLoader().load_all() + ExampleDataLoader().load_default_user() @app.cli.command() diff --git a/example_data.py b/example_data.py index 98100981..58d19c65 100644 --- a/example_data.py +++ b/example_data.py @@ -22,8 +22,6 @@ class ExampleDataLoader: def load_all(self): self.load_reference_documents() - self.load_default_user() - categories = [ WorkflowSpecCategoryModel( id=0,