Building a financial app with Django
        Posted  
        
            by mfalcon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mfalcon
        
        
        
        Published on 2010-04-05T19:12:12Z
        Indexed on 
            2010/04/06
            20:23 UTC
        
        
        Read the original article
        Hit count: 210
        
Hi guys, I'm building an app for a small business so I've to work with currencies, decimal numbers, etc... My goal is to create something like pulseapp.com.
I've searched for opensource projects to look and the only thing I had found was django-cashflow. This app uses python-money.
I've read some of the code and the ways it's coded seems a bit weird to me and it's not fully complete.
Is the app worth to take a deep look?
Does anyone know about another similar app?
Is the task difficult or a begginer like me could find a way to code it himself?
© Stack Overflow or respective owner