Skip to main content

Remove unused custom Django template tags and filters

Project description

https://travis-ci.org/Styria-Digital/django-unload.svg?branch=master https://coveralls.io/repos/github/Styria-Digital/django-unload/badge.svg?branch=master Version

django-unload is a maintenance application used for performing template cleanup. It is used primarily as a command-line tool that scans the entire project or the specified app and returns the results in a tabular format.

Installation

Requirements

  • Python 2.7+, 3.4+

  • Django 1.8 (1.9 support will be added later)

  • Tabulate

Installation

To install the package, type:

$ pip install django-unload

Setup

Ensure that 'unload' is in your project’s INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'unload',
    ...
]

User Guide

django-unload is used as a command line tool. It can either be used to scan all template files in the project or the templates in the specified Django app.

In order for the plugin to function properly, all third-pary packages located in the INSTALLED_APPS setting (e.g. django-debug-toolbar) should be installed using pip. django-unload uses pip to differentiate between the project’s templates and the templates of packages located in the installed apps (e.g. admin templates).

Scan the project

To scan all template files in the project, type:

$ python manage.py find_unnecessary_loads.

Scan an app

To scan a specific app, type:

$ python manage.py find_unnecessary_loads --app <app_name>.

Output

The output is sent to the console. Although all template files are scanned, only templates with issues and the issues in question are displayed. The issues are displayed in two tables:

  1. The first table points to duplicate loads;

    Duplicate module

    Duplicate tag/filter

    Line number

    some_module

    10, 23

    some_other_module

    some_tag

    14, 47

  2. The second table simply lists unutilized modules, tags and filters;

    Unutilized module

    Unutilized tag/filter

    some_module

    some_tag

    some_other_module

    some_filter

WARNING: If you get a TemplateSyntaxError, the template in question is probably outdated and/or has not been used in a while.

Example Output

/path/to/template.html

Duplicate module

Duplicate tag/filter

Line number

some_module

10, 23

some_other_module

some_tag

14, 47

Unutilized module

Unutilized tag/filter

some_module

some_tag

some_other_module

some_filter

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-unload-0.3.3.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_unload-0.3.3-py2.py3-none-any.whl (20.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-unload-0.3.3.tar.gz.

File metadata

  • Download URL: django-unload-0.3.3.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-unload-0.3.3.tar.gz
Algorithm Hash digest
SHA256 2b9bbf67203dc371aa89aef7df074960c7f6f3760a6ae7f551d8d2e038cd714c
MD5 6782debb711dad463a73c7ad08c6f700
BLAKE2b-256 627ea36ca9756f2f777e50c1950528d20672af0092c330809f946f5e85de96b0

See more details on using hashes here.

File details

Details for the file django_unload-0.3.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_unload-0.3.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b3977d631a1471ea9849d802002db985564684d932e1b2cb8b9ef8495dd39286
MD5 1500378f7517191a95b63c06e3bf5804
BLAKE2b-256 612e55bc5961c9a5b1866727f344b5e9245f44c95e2dfd9b68e191e110277249

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page