@rivaxel wrote:
Hello Everyone,
I am new to Ember and currently having a little problem making it work with Django Rest Framework.
When I query for a single record Ember sends a get request to "/persons?filter[email]=tomster@example.com", however Django Rest Framework accepts query parameters in the form of "/persons?email=tomster@example.com". So I was wondering how I could make them work together. I would be glad if you guys could help.
Best Regards
Posts: 1
Participants: 1