*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
, 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
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
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,
4 matches
Mail list logo