Re: application development in Django

2007-02-22 Thread Benjamin Slavin
Django handles basic transactions just fine. There's a wealth of documentation available on the site. [0] If you have a more specific question, it may be easier to address any concerns you may have. Given that this relates to using Django, any follow-up questions you have would probably be best

application development in Django

2007-02-21 Thread ik ben op t fietske
I'm considering having built a size-able (500+ users) web app that is a true application (like CRM, ERP, etc). Next to primarily read/search/browse capabilities that I see a lot in Django applications there's thus a need for transactional write functionality as well. Pls share your experiences.