* Change `apply_sorting` method to reference `start_date` field instead of `date` field * Remove references to `date` field in `get_queryset` method
AdventureLog Django Backend
A demo of a possible AdventureLog 2.0 version using Django as the backend with a REST API.
Based of django-rest-framework and dj-rest-auth.