ember-django-adapter icon indicating copy to clipboard operation
ember-django-adapter copied to clipboard

Example app

Open dustinfarris opened this issue 10 years ago • 7 comments

I'm working on a repo to show a Django / Ember setup using the adapter.

Right now my plan is to demonstrate:

  • Installing Django
  • Installing and configuring Django REST Framework
  • Building a simple API
  • Installing Ember
  • Installing and configuring the adapter
  • Building a simple application using the Django API
  • Authentication using ember-cli-simple-auth and django-oauth-toolkit

Then authentication bit is a bonus because a lot of folks seem to get hung up on that part.

Any other suggestions?

dustinfarris avatar Jul 30 '15 17:07 dustinfarris

No suggestions, but looking forward to it! :) Especially the authentication bit. I managed to solve it on my own (basically copy pasting the devise one for simple auth and replacing it with djoser), but I would like to see a more correct way to do it.

rinti avatar Aug 01 '15 12:08 rinti

I'd like to contribute a pagination component to EDA and I think an example using this component would fit into your example well. But I don't have time to make a PR in the next few weeks so don't let this block your work on this demo.

I'm also looking forward to seeing the authentication example.

benkonrath avatar Aug 01 '15 14:08 benkonrath

Any update on this? It would be really useful to have a repo covering all the above to bridge the gap between Django and Ember application development.

I'm currently struggling to connect all the dots together especially when it comes to authentication. I've read @dustinfarris blog posts about Ember and Django authentication but they're outdated.

Thanks for working on this!

giokokos avatar Aug 29 '15 13:08 giokokos

Hi @giokokos, this is moving along slowly. Once we iron out Ember Data 2.0 compatibility I plan to refocus and get this over the finish line. Sorry for the delay.

dustinfarris avatar Aug 29 '15 16:08 dustinfarris

Also waiting for this to get merged: https://github.com/simplabs/ember-simple-auth/pull/602

dustinfarris avatar Aug 30 '15 15:08 dustinfarris

@dustinfarris There are instructions on how to get it working with your Ember 2.0 project at the top of the PR. :smiley:

ryanlitalien avatar Aug 31 '15 00:08 ryanlitalien

I know.  But for an example repo I'd rather not have to explain that.

--Dustin J. Farris

On Sun, Aug 30, 2015 at 8:37 PM, ryanlitalien [email protected] wrote:

@dustinfarris There are instructions on how to get it working with your Ember 2.0 project at the top of the PR. :smiley:

Reply to this email directly or view it on GitHub: https://github.com/dustinfarris/ember-django-adapter/issues/125#issuecomment-136222899

dustinfarris avatar Aug 31 '15 00:08 dustinfarris