Skip to content

Commit

Permalink
docs: auth and login explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
metalogico committed Apr 3, 2024
1 parent f2c1264 commit 8d710c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ You could use DjangoSonar in production too, since it gives you an historical ov

🔔 If you forget to disable/clear DjangoSonar you could end up with several gigabytes of data collected. So please use it with caution when in production 🔔

**Only authenticated superusers can access sonar.** If you are trying to access the dashboard with a wrong type of user, you will see an error page, otherwise you should see the DjangoSonar login page.

### sonar() - the dump helper

You can dump values to DjangoSonar using the **sonar()** helper function:
Expand Down

0 comments on commit 8d710c6

Please sign in to comment.