Django Freeze Versions Save

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

0.10.0

5 months ago
  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.

0.9.0

1 year ago
  • Add Python 3.11 support.
  • Add Django 4.1 support.
  • Add pre-commit.
  • Drop Python < 3.8 and Django < 2.2 support.

0.8.0

1 year ago
  • Drop Python < 3.7 and Django < 2.0 support.
  • Use f-strings.
  • Replace print calls with logging.

0.5.3

8 years ago

Check FREEZE_LOCAL_URLS setting.

0.5.0

8 years ago

Check FREEZE_INCLUDE_MEDIA/FREEZE_INCLUDE_STATIC settings.

0.5.1

8 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.

0.5.2

8 years ago

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