We're looking at a way to "script out" a Django database driven website
to static HTML files to be used to bundle and build a SCORM package.

At first I thought we could simply wget the version on the server and
save each file.  But what seems better would be to write a script that
iterates over the pages in the database, tells the Django template to
compile the templates with the data, and save them out to .html files.
Or at least that would give us more options on how the content is
saved.

Is this possible?  Does the wget way sound easier?  Benefits either
way?

Thanks,
Rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to