Re: problems with syncdb

2007-08-26 Thread Amirouche
Looks like the problem comes from the OneToOneField... --~--~-~--~~~---~--~~ 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

problems with syncdb

2007-08-26 Thread Paul Rauch
Hello * I'm using django svn, revision 5991. when trying to save this model, from django.db import models from django.contrib.auth.models import User # Create your models here. class mg_user(models.Model): userid = models.PositiveIntegerField() name = models.CharField(max_length=255) server

Problems with syncdb

2007-08-22 Thread shabda
When I run the command $ python manage.py syncdb I am getting an error like Failed to install index for auth.Message model: (2006, 'MySQL server has gone away')Installing index for auth.Permission model I am on python 2.3.4, mysql 5.0.46, cent OS. My tables get created though. What can be the