"Business Logic" is too broad to give you a good answer. If you mean
stuff like calculating salaries (if your domain is HR) or determining
if a 'monster' is dead (for a game) then django should pose no
obstacle since it is based in python and you should implement all that
logic in your own business modules that you just import.
The same is true for any other web framework.

>From the quote you posted I think you are referring to the limitations
of existing modules. The thing is that django is not a cms or a
shopping cart turnkey solution, those would be apps that you implement
on top of django. If you feel limited by some django app (there are
ecommerce apps for django), you can always choose another or create
your own.

Best regards,


On Dec 13, 4:24 pm, Alec Taylor <alec.tayl...@gmail.com> wrote:
> Good morning,
>
> I am almost 100% locked in to DJango for the projects I have been planning.
>
> The final "myth" I'd like to "dispel" is that DJango is "mediocre" at
> conveying business-logic.
>
> Direct quote by Peter Shangov:
>
> Whatever your choice of framework your real-life needs will very
> quickly outgrow the functionality available in the ecommerce modules
> that you started with, and you will end up needing to make non-trivial
> changes to them or even rewriting from scratch sooner rather than
> later. This is because open source has always been exceptional at
> building infrastructure tools (think web servers, templating
> languages, databases, cacheing, etc.), but relatively mediocre at
> implementing business logic. So what I'd be looking for if I were you
> is the library that I'd be happiest to hack on rather than the one
> that looks most mature.
>
> "Products" which I am putting DJango (with satchmo) up against:
> - Ruby on Rails (with spree) [Ruby]
> - Catalyst [Perl]
> - JadaSite [Java]
> - KonaKart [Java]
> - Shopizer [Java]
>
> Could you please alleviate (or confirm) my concerns regarding the
> aforementioned quote about DJango?
>
> Thanks for all information,
>
> Alec Taylor

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

Reply via email to