Skip to content

Commit

Permalink
add fixture for groups, update fixture for genlab
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Jul 25, 2024
1 parent c523f62 commit ef3ea01
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 45 deletions.
1 change: 1 addition & 0 deletions src/apps/core/management/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ def handle(self: Self, **options) -> None:
call_command("loaddata", "users.json")

call_command("loaddata", "bestilling.json")
call_command("loaddata", "groups.json")
Loading

0 comments on commit ef3ea01

Please sign in to comment.