As Ryan mentioned. Go through the forms tutorial. Formsets may also help.
Have a look.
https://docs.djangoproject.com/en/1.9/topics/forms/formsets/
On Monday, 30 May 2016 04:54:16 UTC+5:30, David Zárate wrote:
>
> Hi! I'm making a financial analysis app in Django and to have some data to
>
On Sun, May 29, 2016 at 02:22:48PM -0700, David Zárate wrote:
> Hi! I'm making a financial analysis app in Django and to have some data to
> play with i have to store historical data of balance sheets and profit/loss
> statements. I need some suggestions on how i can accomplish that.
>
> Th
Hi! I'm making a financial analysis app in Django and to have some data to
play with i have to store historical data of balance sheets and profit/loss
statements. I need some suggestions on how i can accomplish that.
These are my models so far:
class Entity(models.Model):
"""
Holds information
3 matches
Mail list logo