Skip to content

Commit

Permalink
feat: add models to admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanisaeed committed Oct 15, 2022
1 parent 8549e73 commit 4de0791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
admin.site.register(Page)
admin.site.register(API)
admin.site.register(RequestInfo)
admin.site.register(Browser)
admin.site.register(OS)
admin.site.register(DeviceInfo)

0 comments on commit 4de0791

Please sign in to comment.