Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building a financial app with Django [closed]

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?

like image 506
mfalcon Avatar asked Apr 05 '10 19:04

mfalcon


2 Answers

If you're dealing with currencies, you might look to satchmo's codebase. http://www.satchmoproject.com/ They're the current front-runner in Django e-commerce. I'm sure they have money modules.

like image 132
Justin Abrahms Avatar answered Nov 14 '22 17:11

Justin Abrahms


Here you have something you might be interested:

Tryton with Django

like image 3
Bruno Villasanti Avatar answered Nov 14 '22 16:11

Bruno Villasanti