Re: Epydoc failed to generate documentation for Django 1.5

2013-04-04 Thread Reinout van Rees
On 04-04-13 05:19, Kevin Veroneau wrote: | Import failed (but source code parsing was successful). | Error: ImproperlyConfigured: Requested setting DATABASES, but settings are not configured. |You must either define the environment variable DJANGO_SETTINGS_MODULE or call |

Re: Epydoc failed to generate documentation for Django 1.5

2013-04-03 Thread Kevin Veroneau
Take a look at the generic views auto-generated docs from Epydoc(link in my post), it's definitely breathtaking. Especially seeing how all the classes come together in a nice UML graph. It really provides some prospective on how hard the core Django developer work and think over a process

Re: Epydoc failed to generate documentation for Django 1.5

2013-04-03 Thread Jacob Kaplan-Moss
On Wed, Apr 3, 2013 at 10:19 PM, Kevin Veroneau wrote: > Is this Epydoc error related to Epydoc or something that Django shouldn't > have done in it's source code? It looks perhaps like something you'd need to fix -- the message about settings.configure() indicates that

Epydoc failed to generate documentation for Django 1.5

2013-04-03 Thread Kevin Veroneau
Hello Django team, I was attempting to build documentation for Django 1.5, and it seems that Epydoc doesn't like something in the GIS contrib in the tests.py module. Here is the beginning of the error, see the attached text file for the full stacktrace: | In