Re: Django Database problems

2010-08-25 Thread Reinout van Rees
On 08/25/2010 05:51 PM, Xavier Ordoquy wrote: Hi, You may have several django versions in your path. The settings under apears to be django 1.1 In your project, try: $ python manage.py shell import django print django.__file__ print django.VERSION Yeah, and also do an "import sys" followed by

Re: Django Database problems

2010-08-25 Thread Xavier Ordoquy
Hi, You may have several django versions in your path. The settings under apears to be django 1.1 In your project, try: $ python manage.py shell >>> import django >>> print django.__file__ >>> print django.VERSION Regards, Xavier. Le 25 août 2010 à 17:41, Robbington a écrit : > I'm using Sqlite

Re: Django Database problems

2010-08-25 Thread Robbington
I'm using Sqlite DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = '/var/www/django/robproject/rbdata.db' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATA

Re: Django Database problems

2010-08-25 Thread Reinout van Rees
On 08/25/2010 05:03 PM, Robbington wrote: I've been using Django for about a month now, with no real problem on my linode vps with ubuntu. For some reason now everytime I start a new project I cant sync the database. I get a "Need to fill in the database name' message even though it clearly fill