Re: Problem with the tutorial.

2012-04-06 Thread x...@poczta.fm
# Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. Not 'django.db.backends.sqlite3' but 'sqlite3'. On 5 Kwi, 21:28, "J. Cliff Dyer" wrote: > You might be overriding the DATABASES setting later on in your settings > file, or you might not be accessing the settings file yo

Re: Problem with the tutorial.

2012-04-05 Thread J. Cliff Dyer
You might be overriding the DATABASES setting later on in your settings file, or you might not be accessing the settings file you think you're accessing. Try running the following, to see what value you get: $ python manage.py shell >>> from django.conf import settings >>> settings.DATABASES [?]

Problem with the tutorial.

2012-04-04 Thread maxim
When I try to run the command: python manage.py syncdb I get the following error: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_co