Author: jtauber
Date: Sat Sep 27 04:41:25 2008
New Revision: 945
Added:
trunk/local_apps/account/admin.py
Log:
added account models to admin
Added: trunk/local_apps/account/admin.py
==============================================================================
--- (empty file)
+++ trunk/local_apps/account/admin.py Sat Sep 27 04:41:25 2008
@@ -0,0 +1,5 @@
+from django.contrib import admin
+from account.models import Account, OtherServiceInfo
+
+admin.site.register(Account)
+admin.site.register(OtherServiceInfo)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---