Hi Walter.

On Mar 24, 3:59 pm, "walterbyrd" <[EMAIL PROTECTED]> wrote:
> If I wanted to create commercial quality hosted software, would django
> be the best solution? The sort of things I have in mind would be very
> database oriented, and involve a lot of forms and reports. I would
> like to be able to easily customize the software.
>
> As much as I dislike microsoft, I wonder if I would be more productive
> with ASP.NET?

For what it's worth, I spent the last couple of years developing in
ASP.NET and the last couple of months developing in Django and I find
I'm much more productive in Django.

It's hard to say if Django is the "best solution" for your particular
app, but there aren't any obvious reasons why it wouldn't do a good
job in a SaaS situation.  Using newforms is definitely a timesaver
when your app has a lot of forms and Django doesn't seem to have any
problems with scalability.  If you have specialised requirements for
security or audit/repudiation type stuff you'll need to figure out how
to do what you want, but that's true of any web framework and mostly
comes down to your design.

Scott

Scott


--~--~---------~--~----~------------~-------~--~----~
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