Your Ad Here

Monday, January 9, 2012

Re: Could someone who has experience on both Django and Bottle please tell me what are the some differences between those two

I haven't used Bottle, but it's definitely a micro-framework. It doesn't do much beyond URL routing and a very basic template language. It doesn't have ORM, forms, authentication, commenting... all these have to be provided by external projects. With Django, you get all that included.

Now sometimes the Bottle (or Flask, or any of the other micro-frameworks) is what you want, and you don't need all that extra stuff. When you do, though, Django is a better way to go than building your own.
--
DR.

On Monday, 9 January 2012 05:44:10 UTC, Chen Xu wrote:
Hi, everyone:
Could someone who has experience on both Django and Bottle please tell me what are the some differences between those two? 


Thanks very much
Best regards

--
⚡ Chen Xu

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/K_S237YjXlgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 comments:

Post a Comment