Re: How to add fields to an existing model dynamically? Also how to modify existing field of a model dynamically?

2015-07-30 Thread SriPrad
ject you > say) you can do the changes to your database dinamically. > > Regards! > > > > > > -- > Rafael E. Ferrero > > > > 2015-07-30 5:01 GMT-03:00 SriPrad <brs.p...@gmail.com>: > > Hi, > I am new to Django and Python!. > I am

How to add fields to an existing model dynamically? Also how to modify existing field of a model dynamically?

2015-07-30 Thread SriPrad
Hi, I am new to Django and Python!. I am using Django 1.8.3 along with Python 3.2 and using sqlite as the database. I am trying to setup a site using Django wherein the model is created dynamically( For eg: a Medical form) The fields of the form are stored in db and the model created