Sunday, December 23, 2012

Django and sqlite3

This is a minor issue that bothered me for a while that I don't think the documentation makes clear. When I was trying to set up an sqlite3 database with my django install, I was very confused because the tutorial I followed told me to enter in my settings.py file the location of the database. But...