toranb / ember-data-django-rest-adapter

An ember-data adapter for django web applications powered by the django-rest-framework
MIT License
154 stars 27 forks source link

Cancelled in favor of #94 #92

Closed dustinfarris closed 10 years ago

dustinfarris commented 10 years ago

DRF uses dashes in root URLs, not underscores, e.g. /api/school-teachers/

This PR doesn't affect the rest of the URL in which DRF does use underscores, e.g. /api/children/4/school_teachers/

dustinfarris commented 10 years ago

Too much going on on master for a clean rebase. Will reopen.