Re: Problemas con syncdb

2012-05-03 Thread Joel Goldstick
- > View this message in context: > http://python.6.n6.nabble.com/Problemas-con-syncdb-tp4681998p4947768.html > Sent from the django-users mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "Django us

Re: Problemas con syncdb

2012-05-03 Thread webipy
@Ivo Marcelo Leonardi Zaniolo Where have you created or put your database file while using 1.4 version , because I too have got this error and have been struggling to run it :( but now reverted to 1.3 and it works. -- View this message in context: http://python.6.n6.nabble.com/Problemas-con

Re: Problemas con syncdb

2012-04-03 Thread Ivo Marcelo Leonardi Zaniolo
Its not a bug. Im using 1.4 too and got no error. Att Ivo Marcelo Leonardi Zaniolo Sent from mobile imarcelolz.blogspot.com.br On Apr 3, 2012 11:29 AM, "DIEGO CENZANO PRADO" wrote: > Thank you for your feedback. I was using django 1.4. I have changed to the > previous version and it is working.

Re: Problemas con syncdb

2012-04-03 Thread DIEGO CENZANO PRADO
Thank you for your feedback. I was using django 1.4. I have changed to the previous version and it is working. Maybe a bug in the new version? El martes 3 de abril de 2012 16:12:04 UTC+2, imarcelolz escribió: > > Try to setup the absolute path on "NAME". > > *Um Abraço!* > *Ivo Marcelo Leonardi Z

Re: Problemas con syncdb

2012-04-03 Thread Sandro Dutra
# Or *path to database file* if using *sqlite3*. 2012/4/3 DIEGO CENZANO PRADO > I am trying to do the tutorial and I get an error doing 'python manage.py > syncdb'. I am using the DATABASES as it is created and I've try to use > sqlite3 and mysql backends. I tried it in windows and in unix. Ras

Re: Problemas con syncdb

2012-04-03 Thread Andre Terra
I guess you could check if you're actually looking at the right file. $ python manage.py shell >>> import settings >>> print settings.__file__ Cheers, AT On Tue, Apr 3, 2012 at 10:28 AM, DIEGO CENZANO PRADO wrote: > I am trying to do the tutorial and I get an error doing 'python manage.py

Problemas con syncdb

2012-04-03 Thread DIEGO CENZANO PRADO
I am trying to do the tutorial and I get an error doing 'python manage.py syncdb'. I am using the DATABASES as it is created and I've try to use sqlite3 and mysql backends. I tried it in windows and in unix. Rasult is always the same: raise ImproperlyConfigured("settings.DATABASES is improperly