django-freeze

convert your dynamic django site to a static one with one line of code.

MIT License

Downloads
1.4K
Stars
94
Committers
7
django-freeze - 0.11.1

Published by fabiocaccamo about 1 month ago

  • Parse sitemap urls only if needed. #136
  • Bump test requirements.
  • Bump pre-commit hooks.
django-freeze - 0.10.0 Latest Release

Published by fabiocaccamo 11 months ago

  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.
django-freeze - 0.9.0

Published by fabiocaccamo almost 2 years ago

  • Add Python 3.11 support.
  • Add Django 4.1 support.
  • Add pre-commit.
  • Drop Python < 3.8 and Django < 2.2 support.
django-freeze - 0.8.0

Published by fabiocaccamo about 2 years ago

  • Drop Python < 3.7 and Django < 2.0 support.
  • Use f-strings.
  • Replace print calls with logging.
django-freeze - Prevent local directory index

Published by fabiocaccamo almost 9 years ago

Check FREEZE_LOCAL_URLS setting.

django-freeze - Filter media/static files inclusion

Published by fabiocaccamo almost 9 years ago

Check FREEZE_INCLUDE_MEDIA/FREEZE_INCLUDE_STATIC settings.

django-freeze - Relative urls

Published by fabiocaccamo almost 9 years ago

The new setting FREEZE_RELATIVE_URLS (if set to True) allows the generated static site to run offline or in an unknown folder different by the document-root by converting all absolute urls to relative urls.

django-freeze - Local redirects

Published by fabiocaccamo almost 9 years ago

Improved redirects.html js to work properly also if running locally
Check FREEZE_RELATIVE_URLS setting.