InviteBox / django-live-profiler

A database access profiler for Django-based applications that can be ran in production
193 stars 44 forks source link

redirecting URL to http://localhost:8000/accounts/login/?next=/profiler/ #17

Open ghost opened 11 years ago

ghost commented 11 years ago

Whenever I type http://localhost:8000/profiler/

It redirects me to

http://localhost:8000/accounts/login/?next=/profiler/

I do not have accounts/login in my application.

madsaylor commented 11 years ago

Same thing

madsaylor commented 11 years ago

Thats is probably because you are not logged in as superuser. EDIT: Surely. It should be in README.

pirate commented 5 years ago

I added the note to the readme here: https://github.com/InviteBox/django-live-profiler/pull/28