Changes between Initial Version and Version 2 of Ticket #8371
- Timestamp:
- Aug 25, 2008, 11:00:21 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8371 – Description
initial v2 4 4 http://www.djangoproject.com/documentation/tutorial01/ 5 5 The command kept throwing the following error - 6 {{{ 6 7 Traceback (most recent call last): 7 8 File "manage.py", line 11, in <module> … … 32 33 self.connection = Database.connect(**kwargs) 33 34 sqlite3.OperationalError: unable to open database file 34 35 }}} 35 36 The solution was changing the \ to / in my file path for my sqlite database in DATABASE_NAME of settings.py