On Sunday, October 11, 2015 at 10:33:03 PM UTC-5, krmane wrote:
>
> The said project is an enterprise accounting (book keeping ) system. 
> It is not mere dynamic content such as that served by news rooms (the 
> very foundation of Django's origin ). 
> It is going to be lot of dynamic views which actually have to 
> conditionally serve ad-hock dynamic data. 


We're doing the equivalent of an ERP system in django.
https://github.com/valnet/valuenetwork

The django backend works great, and has handled probably more complex 
processing than you will do. Or at least, very complex, like event-driven 
MRP. It also does multi-party accounting.

Main problem we have is that complex pages with lots of django forms get 
way too slow. We plan to use django-restframework to create an API which 
will be consumed by something like React in the browser. 

We use the django ORM, not sqlalchemy, but that would probably just make it 
all better.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c4d38614-621c-4cc2-ad74-2e4744725fc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to