On Fri, Feb 12, 2010 at 10:41 PM, Rob Hudson <r...@cogit8.org> wrote:
> Can you test it by disabling the debug toolbar middleware? I've > duplicated your exact settings as much as I can and it's working for > me. If disabling the middleware makes the admin appear, then it would > seem something in the toolbar is causing the problem. > > And you are right... those settings you refer to are optional. > > Thanks, > Rob > > On Feb 11, 10:57 pm, Rishabh Manocha <rmano...@gmail.com> wrote: > > Mike, > > > > Thanks for replying. Reading through the django-debug-toolbar docs, those > > settings are all optional, so I just figured I don't need to set them for > > the default debug-toolbar functionality. I'll give it a shot though, just > to > > make sure. > > > > Anybody else have any ideas?? > > > > -- > > > > Best, > > > > R > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > Rob, Disabling the debug toolbar middleware does make the admin appear. I have now fixed my problem though. It seems it had something to do with creating a symlink in my site-packages folder to the debug_toolbar folder in my git checkout. Running 'setup.py install' fixed my issues - everything shows up fine using the same settings. Thanks for the help. -- Best, R -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.