I’m relatively new to ember and have got an initial app up and running using ember-data to hook back to a django back-end. All works fine but now I’m stumped trying to figure out how to use find or findQuery to search for elements based upon a date range.
On the server-side I’m using tastypie and a simple
Thanks - got me on the right track. Using the adapter for django-tasypie I had to ensure the default response was set to JSON by overriding the following method in my resource: