Dear Django users
Can you guys give me some clue, for Querying objects.
In the database I was input a price list, and when the client side fill the form and search.
The django will display a result price with formulas, ex:
formula = 1.8% (by the price) * rate(1000%)
Need your advice.
Thank's in advance