Need advice on admin models

2012-03-19 Thread django_noob
Hello all, I am just starting learning Django and managed to get a basic website working with a nice admin section. I am now facing a problem which I am not sure how to resolve. So I basically have 2 tables in my database: - Flat - PendingFlat The PendingFlat would be a subset of the Flat

django epydoc style documentation ?

2012-09-25 Thread django_noob
Hi everyone, Is django documentation available in some other foramt, like epydoc or javadoc foramt anywhere? Django documentation is quite detailed, but I would prefer to have it different format, more api-like ? Just to be sure, in this kind of format: http://epydoc.sourceforge.net/api/ Help