Re: ERP application on Django

2010-10-04 Thread derek
Have a look at this discussion - it has some useful pointers: http://stackoverflow.com/questions/886221/does-django-scale as does this blog entry on Django/Postgresql: http://www.davidcramer.net/code/django/6939/scaling-threaded-comments-on-django-at-disqus.html which relates to: http://www.slidesh

ERP application on Django

2010-09-29 Thread The invisible man............
hi all, Has anyone come across an ERP application implemented on top of Django-ORM? We are running a metadata framework based erp application (http:// code.google.com/p/wnframework/) and are considering migrating to django. How does the caching and pagination of django scale, when it comes t