Skip to content

Commit

Permalink
fix setup command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Oct 9, 2024
1 parent f6dc6f4 commit efabc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/core/management/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def handle(self: Self, **options) -> None:
call_command("loaddata", "users.json")

call_command("loaddata", "bestilling.json")
call_command("loaddata", "location.json")
call_command("loaddata", "locations.json")
call_command("loaddata", "groups.json")

0 comments on commit efabc44

Please sign in to comment.