aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations/admin.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-01-20 19:47:15 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-01-20 19:47:15 +0000
commitb56df3b59558e790b1e9a7a4aab16fa4c798110c (patch)
treef0b2e5d192a95e1634df96a89f6c3b4d7dc46334 /ctrack/organisations/admin.py
parent9ebc666f819897aac04e9bc529a39fb40ee7abfb (diff)
first passing test!
Diffstat (limited to '')
-rw-r--r--ctrack/organisations/admin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ctrack/organisations/admin.py b/ctrack/organisations/admin.py
new file mode 100644
index 0000000..8890f15
--- /dev/null
+++ b/ctrack/organisations/admin.py
@@ -0,0 +1,6 @@
+from django.contrib import admin
+
+from .models import Organisation
+
+# Register your models here.
+admin.site.register(Organisation)