From 7921132788e55c0714af8b33ed2105ff6a1dba54 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 6 Jul 2010 21:55:44 +0200 Subject: cleanup and working membership list --- coip/apps/userprofile/admin.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 coip/apps/userprofile/admin.py (limited to 'coip/apps/userprofile/admin.py') diff --git a/coip/apps/userprofile/admin.py b/coip/apps/userprofile/admin.py new file mode 100644 index 0000000..32c1ad8 --- /dev/null +++ b/coip/apps/userprofile/admin.py @@ -0,0 +1,4 @@ +from django.contrib import admin +from coip.apps.userprofile.models import UserProfile + +admin.site.register(UserProfile) \ No newline at end of file -- cgit v1.1