Skip to content

Commit 8d710c6

Browse files
committed
docs: auth and login explanation
1 parent f2c1264 commit 8d710c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ You could use DjangoSonar in production too, since it gives you an historical ov
109109

110110
🔔 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 🔔
111111

112+
**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.
113+
112114
### sonar() - the dump helper
113115

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

0 commit comments

Comments
 (0)