Hi! I have a site that is starting to be used by a growing number of users, and I find myself in the need of creating some kind of user manual. My first thought has been to use the docstrings with which I'm documenting my code. I've seen that django comes with a Documentation option in the admin that pulls the docstrings present in your code.
My question is: How can I use this in my own views? Anyone has some experience with this issue? What approach would be best. Right now I'm not even capable of placing the docstring of a view inside of a variable of this same view in order to use it in my context... Regards, Stefan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---