Just wanted to say that this is one of the most beautifully-documented projects I've ever used. Bravo!
Django REST framework 3.1 released
41–46 of 46 posts
Re: Django REST framework 3.1 released
#42Earlier quoted context omitted.
I'm curious why the choice was made to switch to Flask?
We use both. I came in with a preference for Django but the applications we build are generally talking to legacy data stores so we more or less lose the Django ORM right off the bat. That cancels out a lot of the advantages Django has, unfortunately.
Of course if the database you're working with is a shambles, then you're going to have a bad time.
Re: Django REST framework 3.1 released
#43I've been using tastypie for the past few months in a project and I'm kindof regretting it - I'm finding some of the design decisions hard to understand and not super well documented. But I've gotten to the point where I'm using it in production and it feels like it might be too big of a pain to switch at this point.
Re: Django REST framework 3.1 released
#44Anyone have any thoughts on DRF vs Tastypie? I've been using tastypie for the past few months in a project and I'm kindof regretting it - I'm finding some of the design decisions hard to understand and not super well documented. But I've gotten to the point where I'm using it in production and it feels like it might be too big of a pain to switch at this point.
Re: Django REST framework 3.1 released
#45Anyone have any thoughts on DRF vs Tastypie? I've been using tastypie for the past few months in a project and I'm kindof regretting it - I'm finding some of the design decisions hard to understand and not super well documented. But I've gotten to the point where I'm using it in production and it feels like it might be too big of a pain to switch at this point.
Re: Django REST framework 3.1 released
#46Earlier quoted context omitted.
I'm curious why the choice was made to switch to Flask?
We use both. I came in with a preference for Django but the applications we build are generally talking to legacy data stores so we more or less lose the Django ORM right off the bat. That cancels out a lot of the advantages Django has, unfortunately.
Relevant docs: https://docs.djangoproject.com/en/1.7/howto/legacy-databases...