Changes between Initial Version and Version 2 of Ticket #8371


Ignore:
Timestamp:
Aug 25, 2008, 11:00:21 AM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

(Fixed description formatting)

This ticket is very confusing. The title and the description are suggesting different changes and there's no actual of the actual setting you were using for comparison. Please clarify what the actual problem is.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8371 – Description

    initial v2  
    44http://www.djangoproject.com/documentation/tutorial01/
    55The command kept throwing the following error -
     6{{{
    67Traceback (most recent call last):
    78  File "manage.py", line 11, in <module>
     
    3233    self.connection = Database.connect(**kwargs)
    3334sqlite3.OperationalError: unable to open database file
    34 
     35}}}
    3536The solution was changing the \ to / in my file path for my sqlite database in DATABASE_NAME of settings.py
Back to Top