stupid question

2008-12-13 Thread volk23
i've made a modification in a App i created. run syncdb, it dont show changes made. what could be wrong? thanks in advance from this: class CarMake(models.Model): name = models.CharField(max_length=30) class CarModel(models.Model): name = models.CharField(max_length=30) to this: clas

Re: stupid question

2008-12-13 Thread volk23
got it. thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+u