Metadata-Version: 2.1
Name: django-tidy
Version: 0.1
Summary: UNKNOWN
Home-page: https://github.com/rtts/django-tidy
Author: Jaap Joris Vens
Author-email: jj@rtts.eu
License: UNKNOWN
Description: # Django-tidy
        
        Make Django automatically tidy up all your generated HTML with [HTML
        Tidy](http://www.html-tidy.org/)!
        
        ## 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](https://docs.djangoproject.com/en/stable/topics/cache/) to
        prevent server overload.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
