Re: Runtime error (using SQLite)

2013-03-26 Thread Bill Freeman
More error message details? Stack trace? Does it happen right away at startup, or do you have to visit one of these views,and if so, which? On Tue, Mar 26, 2013 at 8:32 AM, Fusi0n wrote: > Can someone spot something that could possibly cause a runtime error ? > This the Poll example from the d

Runtime error (using SQLite)

2013-03-26 Thread Fusi0n
Can someone spot something that could possibly cause a runtime error ? This the Poll example from the djangoproject homepage. Any help is appreciated. *views.py: * from django.http import HttpResponse, HttpResponseRedirect from django.shortcuts import render, get_object_or_404 from django.core.u