Parent-child-grandchild list

2019-11-05 Thread Terry Sankar
*class Per*son(models.Model):"""Class that manages the person model fields"""first_name = models.CharField(max_length=40)last_name = models.CharField(max_length=45) def __str__(self):return self.first_name class Order(models.Model): po = models.CharField(nul

Re: How to start Django app with apache server

2016-08-06 Thread Terry Sankar
, August 5, 2016 at 5:12:11 PM UTC-4, Tim Graham wrote: > > Are you following these instructions? > https://docs.djangoproject.com/en/stable/howto/deployment/wsgi/modwsgi/ > > On Friday, August 5, 2016 at 3:44:27 PM UTC-4, Terry Sankar wrote: >> >> apache2.4 working , postg

list item names in ForiegnKey tab ?

2016-08-05 Thread Terry Sankar
Adding an entity : .. Adding connected foriegnkey iems : --- Adding connected foriegnkey iems : --- Would like to see: item name instead of after adding -- You received this message because you are subscribed to the Google Groups "Django users" grou

How to start Django app with apache server

2016-08-05 Thread Terry Sankar
apache2.4 working , postgresql working , the django app is working - how do I start the app in apache instead of the test server -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,