Skip to content

Commit

Permalink
🗃️ [#61] created Partij, Persoon, ContactPersoon and Organisatie models
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Oct 12, 2023
1 parent b512559 commit dab18d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/openklant/components/klantinteracties/admin.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.contrib import admin

# Register your models here.
3 changes: 3 additions & 0 deletions src/openklant/components/klantinteracties/tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.test import TestCase

# Create your tests here.
3 changes: 3 additions & 0 deletions src/openklant/components/klantinteracties/views.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from django.shortcuts import render

# Create your views here.

0 comments on commit dab18d6

Please sign in to comment.