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
> 
> 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.
> DATABASE_PASSWORD = ''         # Not used with sqlite3.
> DATABASE_HOST = ''             # Set to empty string for localhost.
> Not used with sqlite3.
> DATABASE_PORT = ''             # Set to empty string for default. Not
> used with sqlite3.
> 
> I did open a ticket with the django people, but they said it was some
> kind of compatibilty issue... I had installed Django 1.2, so I could
> avoid the compatibilty issues with CMS, but after installing django-
> tagging, running django-admin.py --version it claims it is v1.1.....
> Dont know if this has anything to do with it.
> 
> On Aug 25, 4:21 pm, Reinout van Rees <rein...@vanrees.org> wrote:
>> 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 filled in. Even if I can
>>> get past that bit and can sync everything, going to /admin I get the
>>> cant access database error. The paths are right, I have changed the
>>> database permission to be able to write to them I just dont know what
>>> the prob is.
>> 
>>> I really dont want to have to re-install my who system as I have a few
>>> web projects running from it all ready, so if anyone has come across
>>> this or has a fix, please let me know....
>> 
>> Could you paste the database part of your config (with user/password
>> obfuscated, of course)?
>> 
>> Reinout
>> 
>> --
>> Reinout van Rees - rein...@vanrees.org -http://reinout.vanrees.org
>> Collega's gezocht!
>> Django/python vacature in Utrecht:http://tinyurl.com/35v34f9
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to