Re: Documentation of modules

2014-03-14 Thread Christian Waterkeyn
Thanks Camillo! This is rather complete code, but as it is extensively documented, it satisfies my request! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to dj

Re: Documentation of modules

2014-03-13 Thread Camilo Torres
Hello, I don't know of the existence of that reference documentation. You can try the source code documentation: https://github.com/django/django On Wednesday, March 12, 2014 4:13:38 AM UTC-4:30, Christian Waterkeyn wrote: > > Thanks. > But this is not reference documentation! > For example, the

Re: Documentation of modules

2014-03-12 Thread Christian Waterkeyn
Thanks. But this is not reference documentation! For example, the link django.core.management points to information for "Writing custom django-admin commands" What I am looking for is the documentation of the classes, methods and properties in the management module. This is visible in the link I

Re: Documentation of modules

2014-03-11 Thread C. Kirby
There is a link to the module index on the django project site. Direct link: https://docs.djangoproject.com/en/1.6/py-modindex/ On Tuesday, March 11, 2014 11:33:24 AM UTC-5, Christian Waterkeyn wrote: > > Hello, > > I am looking for a reference documentation of the django modules. > For example dj

Documentation of modules

2014-03-11 Thread Christian Waterkeyn
Hello, I am looking for a reference documentation of the django modules. For example django.core.management I found by google the url: http://docs.nullpobug.com/django/trunk/django.core.management-module.html But I am not sure it is up-to-date, and surprised not to find it inside the djangoproje