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