Re: want to create multiple tables for the same app in Django

2020-02-02 Thread Suraj Thapa FC
inder singh Kumar > wrote: >> >> Write as many models for tables reqd in db >> What is the problem you are facing ? >> Could it be the tables don't appear in all HTML! >> >> Sent from my iPad >> >> On 29-Jan-2020, at 9:32 PM, Pawan Kumar wrote:

Re: want to create multiple tables for the same app in Django

2020-02-02 Thread Pawan Kumar
the tables don't appear in all HTML! > > Sent from my iPad > > On 29-Jan-2020, at 9:32 PM, Pawan Kumar > > wrote: > > Hi Team, > > I want to create multiple tables for the same app in Django & data from > these tables is required to be shown in mul

Re: want to create multiple tables for the same app in Django

2020-01-30 Thread maninder singh Kumar
Write as many models for tables reqd in db What is the problem you are facing ? Could it be the tables don't appear in all HTML! Sent from my iPad > On 29-Jan-2020, at 9:32 PM, Pawan Kumar wrote: > > Hi Team, > > I want to create multiple tables for the same app in Djan

want to create multiple tables for the same app in Django

2020-01-29 Thread Pawan Kumar
Hi Team, I want to create multiple tables for the same app in Django & data from these tables is required to be shown in multiple html pages . My existing table using models.py is ... from django.db import models # Create your models here. class IAM(models.Model):