Changes between Version 1 and Version 2 of CookBookDynamicZip
- Timestamp:
- Aug 21, 2006, 7:11:18 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookDynamicZip
v1 v2 2 2 {{{ 3 3 #!python 4 import zipfile 5 from cStringIO import StringIO 6 from django.utils.httpwrappers import HttpResponse 7 4 8 def view_that_returns_zipped_file(request): 5 9 response = HttpResponse(mimetype='application/zip')