src/README
changeset 37 5ce9218fb3e0
parent 36 36210c4f019f
equal deleted inserted replaced
36:36210c4f019f 37:5ce9218fb3e0
    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