django-medusa
django-medusa copied to clipboard
A super simple "static site generator" Django app. (Unmaintained: see README for alternatives.)
## Work - Added static media collection as a post static generation step to django-medusa. - Added two additional settings related to static file collection: - MEDUSA_COLLECT_STATIC (defaults to False)...
StreamingHttpResponse does not have a content attribute, so medusa fails here. Need to iterate over response.streaming_content if response is StreamingHttpResponse and save it otherwise save response.content
On setups where a Django project is hosted on a non-root URI, it is necessary to prefix reversed absolute URIs with the script prefix in the statically generated pages in...
Hi Mike, I'm submitting this pull request because of trouble I had while using django medusa with Django 1.8. Django 1.7 added the concept of [applications](https://docs.djangoproject.com/en/1.8/ref/applications/) where you define an...
skip rendering if response status_code is 301 or 302 (redirect)
Informing what the broken path is when the exception occurs. Cheers!