Merge "Split the dashboard into different apps, add tests"
[pharos.git] / tools / pharos-dashboard / account / admin.py
diff --git a/tools/pharos-dashboard/account/admin.py b/tools/pharos-dashboard/account/admin.py
new file mode 100644 (file)
index 0000000..7fab123
--- /dev/null
@@ -0,0 +1,5 @@
+from django.contrib import admin
+
+from account.models import UserProfile
+
+admin.site.register(UserProfile)
\ No newline at end of file