README.rst 701 B

12345678910111213141516171819202122232425262728293031
  1. ================================
  2. Example project for django-axes
  3. ================================
  4. Installation
  5. ================================
  6. 1. Run the install.sh script:
  7. $ ./install.sh
  8. 2. Run the server:
  9. $ ./manage.py runserver
  10. 3. Try the app:
  11. There are two admin accounts created:
  12. - admin:test
  13. - test:test
  14. Open the http://localhost:8000/admin/axes/accessattempt/ URL and log in using admin:admin.
  15. In another browser open http://localhost:8000/admin/ URL and try to log in using test:1 (wrong
  16. password). After your 3-rd wrong login attempt, your account would be locked out.
  17. Testing
  18. ================================
  19. To test the app in an easy way do as follows:
  20. $ ./test.sh