diff options
author | Leif Johansson <leifj@sunet.se> | 2011-08-16 13:30:51 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-08-16 13:30:51 +0200 |
commit | 2ad60725b712e1fcea5c79bb085edb7c89f38a19 (patch) | |
tree | 659084b604880f0afde0fa01186724b6728f68b5 /coip/apps/userprofile/admin.py | |
parent | e3618b195de9ad343dc89a98d58c0af5aff50d97 (diff) |
switch back to profile but more stdnewprofiles
Diffstat (limited to 'coip/apps/userprofile/admin.py')
-rw-r--r-- | coip/apps/userprofile/admin.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/coip/apps/userprofile/admin.py b/coip/apps/userprofile/admin.py deleted file mode 100644 index 1e5c7a0..0000000 --- a/coip/apps/userprofile/admin.py +++ /dev/null @@ -1,5 +0,0 @@ -from django.contrib import admin -from coip.apps.userprofile.models import UserProfile, Identifier - -admin.site.register(UserProfile) -admin.site.register(Identifier)
\ No newline at end of file |