Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 345 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 345 Bytes

django-auth-example

This app doesn't do very much except for count the number of users and has a protected 'secret page' view + class as view, the latter of which anonymous users aren't allowed to see.

The only issue with this is that Django won't mint new urls/tokens for resetting emails :/

This has now turned into the map demo.