django
Tutorial
JWT(Json Web Token)
Django + rest framework + auth
- https://simpleisbetterthancomplex.com/tutorial/2018/11/22/how-to-implement-token-authentication-using-django-rest-framework.html
- https://medium.com/@yerkebulan199/django-rest-framework-drf-token-authentication-with-expires-in-a05c1d2b7e05
- https://simpleisbetterthancomplex.com/tutorial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html
- https://getblimp.github.io/django-rest-framework-jwt/
Django model
- https://stackoverflow.com/questions/25386119/whats-the-difference-between-a-onetoone-manytomany-and-a-foreignkey-field-in-d
- modeling best practice : https://medium.com/@SteelKiwiDev/best-practices-working-with-django-models-in-python-b17d98ab92b
django + 3rd party
- django-filter : https://yongbeomkim.github.io/django/dj-filter-tutorial1/