Must-have Django packages
devcharm.com
Must-have Django packages
1–10 of 100 posts
Re: Must-have Django packages
#2What about South?
Re: Must-have Django packages
#3I currently use Tasypie.
Would I gain anything switching to Django REST framework?
Re: Must-have Django packages
#4What about South?
Have a go at editing the `Utils` section.
Re: Must-have Django packages
#5I currently use Tasypie. Would I gain anything switching to Django REST framework?
We switched form Tastypie over to Django REST Framework, and are overall pretty happy. Cleaner, clearer code that's easier to work with.
Plus, it generates a browsable api that you can explore via the web, without any extra work. Which makes life a lot easier, believe me.
Re: Must-have Django packages
#6I currently use Tasypie. Would I gain anything switching to Django REST framework?
The APIs are more sane. Added bonus of a cool HTML api explorer view.
Re: Must-have Django packages
#7"Must-have" anything always feels like clickbait to me.
Re: Must-have Django packages
#8"Must-have" anything always feels like clickbait to me.
Eh, Internet is based on clickbaits and lolcats. $ad but true.
Re: Must-have Django packages
#9"Must-have" anything always feels like clickbait to me.
Just reminds me of scummy in-your-face ads everywhere, like at a mall or in a women's magazine.
Re: Must-have Django packages
#10What about South?
I agree South should probably make the list although database migrations have finally made their way into the Django core so perhaps that's why the author didn't mention South.