No project description provided
Project description
Django-tidy
Make Django automatically tidy up all your generated HTML with HTML Tidy!
Installation
First, make sure the tidy
command is available (e.g., sudo apt install tidy
). Then, install Django-tidy with pip
:
$ pip install django-tidy
Finally, add the the following to your MIDDLEWARE
setting:
MIDDLEWARE += ['tidy.middleware.TidyMiddleware']
Precautions
If used in production, it is advised to use some kind of caching to prevent server overload.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-tidy-0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file django-tidy-0.1.tar.gz
.
File metadata
- Download URL: django-tidy-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.4.2 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.1+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb62baf06773b55485e4514a92b7b29fdd32762b1ff3451d77f3b27f3f38a32a |
|
MD5 | 104daacaacb70b34ea32436e137af5c9 |
|
BLAKE2b-256 | c18be1ca5d5f5bba4c3cde614f748bc9b54df73b82a4c35d826b786fc937e243 |