>From the docs:
NAME -- The name of your database. If you're using SQLite, the database will be
a file on your computer; in that case, NAME should be the full absolute path,
including filename, of that file. If the file doesn't exist, it will
automatically be created when you synchronize the d
I'm starting the Django tutorials and have virtual environments and django
installed. I'm working on a Mac 10.6.8, which has sqlite3 already installed.
I'm working inside a virtual environment. I changed the settings.py file to:
ENGINE -- 'django.db.backends.sqlite3'
I left the NAME -- in the
2 matches
Mail list logo