equal
deleted
inserted
replaced
26 |
26 |
27 Admin interface is at <http://127.0.0.1:8000/admin> |
27 Admin interface is at <http://127.0.0.1:8000/admin> |
28 |
28 |
29 ## Usage |
29 ## Usage |
30 |
30 |
31 TODO: Write usage instructions |
31 The following library have been used: |
|
32 http://django-rest-auth.readthedocs.io/en/latest/index.html |
|
33 https://django-allauth.readthedocs.io/en/latest/ |
|
34 http://getblimp.github.io/django-rest-framework-jwt/ |
|
35 |
|
36 Lancement serveur smtp python: |
|
37 sudo python3 -m smtpd -c DebuggingServer -n localhost:25 |
32 |
38 |
33 ## History |
39 ## History |
34 |
40 |
35 TODO: Write history |
41 TODO: Write history |
36 |
42 |