From 50018d8d7a30684abb9c7b1917ffe08662adc698 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 11 Aug 2022 20:12:51 +0200 Subject: [PATCH] :handshake: Add `django-freeze`. (#188) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 674beb5..0c92e47 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-sql-explorer](https://github.com/groveco/django-sql-explorer) - Share data via SQL queries. - [django-tables2](https://github.com/jieter/django-tables2) - HTML tables with pagination/sorting. - [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) - Shows a 503 error page when maintenance-mode is on. +- [django-freeze](https://github.com/fabiocaccamo/django-freeze) - Convert your dynamic django site to a static one with one line of code. ### Logging - [django-guid](https://github.com/JonasKs/django-guid) - Inject a GUID (Correlation-ID) into every log message in a Django request.