Let me tell you the truth, though this will not be popular: Django is not a good framework. It's clumsy, inflexible and restrictive. The community is pretty much dead. If you want to work in ruby, go for ror. If you want to work in python, go for a micro framework like Bottle. I made the mistake of investing a lot of my time in Django. It was not worth it in the end. All my Django projects ended up being a big mess,…
Any experience with web2py?
Ask HN: Where is the Django community?
11–20 of 167 posts
Re: Ask HN: Where is the Django community?
#12http://groups.google.com/group/django-users?lnk=srg
Highly active mailing list.
Re: Ask HN: Where is the Django community?
#13Let me tell you the truth, though this will not be popular: Django is not a good framework. It's clumsy, inflexible and restrictive. The community is pretty much dead. If you want to work in ruby, go for ror. If you want to work in python, go for a micro framework like Bottle. I made the mistake of investing a lot of my time in Django. It was not worth it in the end. All my Django projects ended up being a big mess,…
IMO, even though pylons 1.0 is now frozen, it is still one of the most flexible frameworks out there.
Re: Ask HN: Where is the Django community?
#14Earlier quoted context omitted.
Any experience with web2py?
I never tried anything else, but my next project will be with Bottle.
Re: Ask HN: Where is the Django community?
#15My impression that I got from both communities is that while both are good at fostering the growth of existing members (most programming communities do this well). Django is really bad at "evangelism," via teaching non developers to code via Python/Django or converting existing devs over to the framework. In contrast, the Rails community is better than most for profit groups at this (think about Microsoft's initiatives vs. something like Rails for Zombies).
For an example, compare the two homepages. The Rails page is much better at actually conveying the it's information effectively than Django.
Re: Ask HN: Where is the Django community?
#16Let me tell you the truth, though this will not be popular: Django is not a good framework. It's clumsy, inflexible and restrictive. The community is pretty much dead. If you want to work in ruby, go for ror. If you want to work in python, go for a micro framework like Bottle. I made the mistake of investing a lot of my time in Django. It was not worth it in the end. All my Django projects ended up being a big mess,…
Any experience with web2py?
But truly, for beginners, it's top notch. Great teaching tool.
Re: Ask HN: Where is the Django community?
#17Earlier quoted context omitted.
I never tried anything else, but my next project will be with Bottle.
Why Bottle instead of Flask ( http://flask.pocoo.org/ )? Bottle looks fun for little experiments, Flask seems like it's a little better suited to web app development given that it has plugins for all kinds of useful libraries.
Re: Ask HN: Where is the Django community?
#18Let me tell you the truth, though this will not be popular: Django is not a good framework. It's clumsy, inflexible and restrictive. The community is pretty much dead. If you want to work in ruby, go for ror. If you want to work in python, go for a micro framework like Bottle. I made the mistake of investing a lot of my time in Django. It was not worth it in the end. All my Django projects ended up being a big mess,…
If I have to use third party middleware or apps to deal with inadequacies of a framework, that's a pretty big alarm that something bigger is wrong.
I saw bottle just this past week on HN and I'm itching to give it a shot.
Re: Ask HN: Where is the Django community?
#19Re: Ask HN: Where is the Django community?
#20Let me tell you the truth, though this will not be popular: Django is not a good framework. It's clumsy, inflexible and restrictive. The community is pretty much dead. If you want to work in ruby, go for ror. If you want to work in python, go for a micro framework like Bottle. I made the mistake of investing a lot of my time in Django. It was not worth it in the end. All my Django projects ended up being a big mess,…
And I actively reached out too, went to the IRC room, went to the forums, read the mailing list. And it feels dead, most blog posts with tutorials are years old and obsolete, there most of the applications we've tried to incorporate use deprecated methods. Its a real pain in the ass.
Not to mention the applications are all over the place, just look at this list https://code.djangoproject.com/wiki/DjangoResources#Djangoap... it has lots of components but most of the "suggested" are not on there? Even worse is that most of those links are to dead projects with no activity.
I would go with Flask, Bottle, or tornado and if you need an ORM go with sqlalchemy or Mongo.
/rant sorry its been a hard few months.