Hello django-users

I try to make a part of my website downloadable. Namely it's a wiki-like app for documentation of an open source project, for which I would like to offer downloadable copies. How would I pack a part of my app into a zipfile/tarfile?

What I tried so far is just render the pages (by iterating over all objects in the models) and add them to a tar file, however of course the URLs are not correct, since the are all rooted. Same goes for js which assumes to be in /js/ where it isn't of course.

Does anyone have any tips on how to solve this or knows a python/django module which helps with this?

Jonas
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to