Say you're using Django to offer a public RESTful API (in addition to the normal HTML output) and want to generate developer documentation for the API part. Most Python doc-generation tools are designed to scan for Python classes and functions. But that's not what you're exposing to the consumers of your web-service API.
It seems like scanning urls.py and tracking down the chain of 'include' settings is what would be needed. I'm guessing there isn't anything out there, but I figured I'd ask first in case someone had already given it some thought. Thanks, -Ramin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

