Hi all,
I'm trying to track down a confusing problem with pydoc and my Django
models. I'm hoping it's something obvious that I'm overlooking.
The problem is that pydoc and friends simply return the default Django
docstring, e.g.
[aaron]$ DJANGO_SETTINGS_MODULE=settings pydoc
core.subscriptions.Subscription
Help on class Subscription in core.subscriptions:
core.subscriptions.Subscription = <class
'core.subscriptions.Subscription'>
While core/subscriptions.py has, among other things:
class Subscription(models.Model):
"""
Each subscription is a user and a list, indicating a user's
subscription
to that list.
"""
I've tried to recreate with a simple example, but haven't been able to
do so yet. The list archives reveal little ( though this was
tantalizingly close
http://groups.google.com/group/django-users/browse_thread/thread/7c35cd85d1f67b6f/3af0f1e642c5108f?lnk=gst&q=pydoc#3af0f1e642c5108f
).
Anybody have any ideas on debugging this little problem?
Thanks,
Aaron
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---