settings.py で適切な変更を行った後。データベース名を sqlite3 として言及する: python manage.py syncdb
次のエラーが発生します
Traceback (most recent call last):
File "manage.py", line 8, in ?
from django.core.management import execute_from_command_line
File "/usr/lib/python2.4/site-packages/django/core/management/__init__.py", line 11, in ?
get_version = django.get_version
AttributeError: 'module' object has no attribute 'get_version'
venv ディレクトリに django をインストールし、この virtualenv ディレクトリに python をインストールしたことに注意してください。何が問題なのですか?