First time here? Check out the FAQ!

Revision history  [back]

I was able to figure it out. Even though there was no database created yet, I had to come up with the name of a database file (which didn't exist yet). I decided on this, which I put into settings.py:

'NAME': '/Users/celeb_mobile_devbox/mydjangosite/askbot/db.sqlite3',