Re: syncing sqlite3 for Django tutorial

2012-11-21 Thread Lee Hinde
>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

syncing sqlite3 for Django tutorial

2012-11-21 Thread Luisa Beck
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