Hacker News new | ask | show | jobs
by jasonthevillain 3468 days ago
Django. I like the "batteries included" aspect. Flask and Sinatra are fun, but I wind up spending more time than I'd like stitching authentication etc together instead of building the project.
1 comments

You might want to look At cookiecutter Django [1], which is an excellent boilerplate generator for production-ready Django apps.

I've been using it for over a year, and it is fantastic. In fact, I've just started my own personal fork to streamline some things to my dev process.

Anyway, one of the many nice freebies is a full user registration / password reset / oauth solution baked in.

Also, I should mention this is created my the same guy who wrote "Two Scoops of Django".

https://github.com/pydanny/cookiecutter-django

Yes! Danny and Audrey do fantastic work.