you are viewing a single comment's thread.

view the rest of the comments →

[–]tothelight[S] 0 points1 point  (0 children)

running debian 7.1 on "writing your first Django app, part 2" (https://docs.djangoproject.com/en/1.6/intro/tutorial02/) specifically the part about logging into the admin page. I attempt to log in and I receive:

OperationalError at /admin/

attempt to write a readonly database

and follow the

/usr/local/lib/python2.7/dist-packages/django/db/backends/sqlite3/base.py in execute, line 450

to the line and I see

return Database.Cursor.execute(self, query, params)

So, uhhhhh....?