# HG changeset patch # User ymh # Date 1497458503 -7200 # Node ID 5ce9218fb3e0ecf7920826b3e1a3ecdce56b92c1 # Parent 36210c4f019fd527575bbcb09e5f2782afb14fe0 small doc additions to the readme diff -r 36210c4f019f -r 5ce9218fb3e0 src/README --- a/src/README Wed Jun 14 18:08:03 2017 +0200 +++ b/src/README Wed Jun 14 18:41:43 2017 +0200 @@ -28,7 +28,13 @@ ## Usage -TODO: Write usage instructions +The following library have been used: +http://django-rest-auth.readthedocs.io/en/latest/index.html +https://django-allauth.readthedocs.io/en/latest/ +http://getblimp.github.io/django-rest-framework-jwt/ + +Lancement serveur smtp python: +sudo python3 -m smtpd -c DebuggingServer -n localhost:25 ## History