OWASP / CheatSheetSeries

The OWASP Cheat Sheet Series was created to provide a concise collection of high value information on specific application security topics.
https://cheatsheetseries.owasp.org
Creative Commons Attribution Share Alike 4.0 International
27.75k stars 3.89k forks source link

DjangoCheatSheet - modification of admin panel url #1261

Closed Cmaiek closed 9 months ago

Cmaiek commented 9 months ago

As discussed in the issue, I have added a brief section on how and why to change a default url leading to the admin panel.

Also, I added django-axes as an alternative package for handling brute-force attacks.

The latter commit fixes a typo in CONTRIBUTING.md's "Language" section.

This PR covers issue #1252

Cmaiek commented 9 months ago

Thanks for your feedback, @jmanico! Changes imlpemented.