On Mon, Sep 21, 2009 at 12:04 PM, Rob B (uk) wrote:
>
> Model: http://dpaste.com/96349/
>
> View:
> def game_list(request):
>return render_to_response('games/game_list.html',
> { 'object_list':
> GameList.objects.published.all().order_by('position')})
>
Model: http://dpaste.com/96349/
View:
def game_list(request):
return render_to_response('games/game_list.html',
{ 'object_list':
GameList.objects.published.all().order_by('position')})
Template error:
AttributeError at /games/
'Manager' object has n
2 matches
Mail list logo