Live data from Hacker News

Ask HN: What did you make in Django?

news.ycombinator.com

1–10 of 16 posts

Re: Ask HN: What did you make in Django?

#2
I've built a couple dozen projects in Django, mostly closed source or for private companies. It's a really powerful framework for web apps, APIs (with DRF), and the ORM is very quick to get a prototype running as well. Django is awesome.

Re: Ask HN: What did you make in Django?

#4
A while back I created the Django Hackathon Starter [1] which was aimed to be a general boilerplate providing several out-of-the box OAuth hooks and API examples. It hasn't been updated recently, but was a pretty fun project to work on at the time.

[1] https://github.com/DrkSephy/django-hackathon-starter

Re: Ask HN: What did you make in Django?

#7
post #3

Nothing. Its just as much of a turd as Rails is. Using flask instead for simple apps.

Would you be more specific as to why you prefer flask to django?

I looked at flask, and the code for views doesn't look much different. It does look like it's missing form and model validation. Do you use a library for that or do you not do that?

Re: Ask HN: What did you make in Django?

#8
post #6

Not something I created from scratch, but I had the chance to work on a very large Django codebase at TVSquared. We ended up taking out most of stock Django and only using the router and controller functions.

Why did you do that, and what did you replace stock django with?
Post reply on HN