How to add more fields to each ManyToMany Field in Django?

2017-09-04 Thread Omer Iqbal
Hi, Is it possible to add one or more field (Char Field) to the options of ManyToMany field? My current models result in this: *My Models:* class engineeringUni(models.Model): field2 = models.CharField(max_length=200) des_eng = models.C

Re: How to add more fields to each ManyToMany Field in Django?

2017-09-05 Thread Omer Iqbal
his page in the select box, then you need some > javascript to perform a real-time update to your admin page before to > display the correct price. There are frameworks available as django apps > for doing this. > > Mark > > On Mon, Sep 4, 2017 at 10:19 AM, Omer Iqbal > wrote: &g

Re: How to add more fields to each ManyToMany Field in Django?

2017-09-05 Thread Omer Iqbal
Thank you - The problem is solved. I had deleted the migration files because It was showing no table error. But on deleting the database file (db.sqlite3) and re-applying migrations, It worked. -- You received this message because you are subscribed to the Google Groups "Django users" group.