Re: Error in basic template in admin

2009-05-21 Thread diogobaeder
Oops... thanks a lot, Karen... just a silly error, trying to include urlpatterns from inexistant urls modules... :-P Also, thanks for the hint, Daniel! I'll post the stacktrace here from the box... :-) Diogo On May 20, 10:26 am, Karen Tracey wrote: > On Wed, May 20, 2009 at 1:33 AM, Diogo Ba

Re: Error in basic template in admin

2009-05-20 Thread Karen Tracey
On Wed, May 20, 2009 at 1:33 AM, Diogo Baeder wrote: > > Hi, guys, > > I'm having an issue with the basic admin template at my project... > basically, it says that it doesn't see an "urls" module, in a line that > tries to include links to the admin documentation, but I've not > activated the doc

Re: Error in basic template in admin

2009-05-20 Thread Daniel Roseman
On May 20, 6:33 am, Diogo Baeder wrote: > Hi, guys, > > I'm having an issue with the basic admin template at my project... > basically, it says that it doesn't see an "urls" module, in a line that > tries to include links to the admin documentation, but I've not > activated the documentation! :-(