v0.5.2
Upgrading
In your ember-cli project, run:
ember install:addon ember-django-adapter@0.5.2
Release notes
- The default API host is now http://localhost:8000. This should suit most development environments, but if you are for some reason operating on a different port, you will need to update your
API_HOSTsetting. See the documentation on configuring ember-django-adapter.