from django.http import HttpResponse def generator(request): return HttpResponse(open('generator.py', 'rb').read())