Skip to content

Commit

Permalink
Merge pull request #606 from nearbeach/develop
Browse files Browse the repository at this point in the history
New Feature - My Planner functionality added into NearBeach
  • Loading branch information
robotichead authored May 8, 2024
2 parents 94d56a5 + 35e384a commit bae0e88
Show file tree
Hide file tree
Showing 33 changed files with 4,468 additions and 15 deletions.
2 changes: 2 additions & 0 deletions NearBeach/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
TagAssignment,
Task,
UserGroup,
UserJob,
)

admin.site.register(Bug)
Expand Down Expand Up @@ -86,3 +87,4 @@
admin.site.register(TagAssignment)
admin.site.register(Task)
admin.site.register(UserGroup)
admin.site.register(UserJob)
Loading

0 comments on commit bae0e88

Please sign in to comment.