Todo API using the django and rest_framework.
Contents :
- How to retrieve data (model).
- How to delete data (model).
- How to Retrieve/Update/Delete the Models.
- How to signup user.
- How to provide token to new and already registered users.
- How to authenticate using tokens.