Esempio n. 1
0
def galeria(request):
	ht=webalbum.getPhotosHtml()
	return HttpResponse(ht)
Esempio n. 2
0
def album(request, album_id):
	ht=webalbum.getPhotosHtml(album_id)
	return HttpResponse(ht)