from django.shortcuts import render_to_response, get_object_or_404
from django.template import RequestContext
from picture.models import Picture
from django.shortcuts import render_to_response, get_object_or_404
from django.template import RequestContext
from picture.models import Picture