On 23/05/07, OliverMarchand <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am new to Django (4+years Python experience) and would like to
> evaluate for my financial company whether Django may be a good
> solution to our problem of designing our applications all a-z from
> scratch. Now my colleagues first reaction was very defensive:
> a) that's for websites, not serious applications
> b) it will be slow, ORMs are always slow
> c) those HTML forms are too limiting
>
> I have the feeling that all of the above do have some truth ion them,
> but weighed against all of the beneficial factors it seems that a
> Django solution would overall be a very good idea.
>
> Now I know that my statements are very generell. I have looked at the
> list of sites and some of them are imressive enough to show some of
> what I would like to point out. But do you have any quick comments on
> these issues?
>
> thanks, Oliver

It all depends on what do you want to do. Maybe you can give us some
details - django is good, but it's not good for Everything.

a - I thought websites should be serious applications.

b - That statement is weak, many things are "slow" compared to lower
level implementation, but are a lot better in other ways. With the
hardware that "serious applications" will be running on, "slow" is a
term that does not apply. The amount of requests per second I can get
out of my django-based systems is impressive.

c - noone is forcing you to use them in the way they're defined. You
can make your own, or not use them at all, if you don't need them.

Again, it only depends on what are you trying to write.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to