Re: Enterprise software patterns for django/Python ?

2015-03-30 Thread Ilya Kazakevich
Hello. Django is full-stack *web* framework, so it has some web-specific shortcuts, and probably does not fit ideally in enterprise patterns. For example, it does not encourage you to have "backend server" and "frontend server" connected via SOAP/XML/ESB like in "classical" enterprise approach

Re: Enterprise software patterns for django/Python ?

2015-03-30 Thread Avraham Serour
start with the django tutorial On Mon, Mar 30, 2015 at 8:21 AM, Jeff Mangan wrote: > Looking for info or links on design patterns and architecture references > on building a web portal using Python and Django. Looking for things like > how to model your solutions, layers, services, data and busi

Enterprise software patterns for django/Python ?

2015-03-30 Thread Jeff Mangan
Looking for info or links on design patterns and architecture references on building a web portal using Python and Django. Looking for things like how to model your solutions, layers, services, data and business logic, to promote scale, security, and performance. I have a Microsoft background an