Skip to content

Commit

Permalink
feat: add Property to admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 11, 2023
1 parent 51a0e5d commit b11352d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis_core/apis_relations/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from django.contrib import admin

from apis_core.apis_relations.models import Triple
from apis_core.apis_relations.models import Triple, Property

admin.site.register(Triple)
admin.site.register(Property)

0 comments on commit b11352d

Please sign in to comment.