Skip to main content

Installation

Install with pip:

pip install permalink_adder

Usage

You need to specify where and what to look for in your Django app’s settings in this manner:

PERMALINK_ADDER_SETTINGS = [{'app': 'your_app_name',
                            'model_name': 'your_model_name',
                            'fields': ['list', 'of', 'fields', 'in', 'which', 'script', 'should', 'search'],
                            'words': ['list', 'of', 'words', 'to', 'search'],
                            'url': 'url_that_should_be_wrapped_around_found_text'}]

Starting script with option --start will actually apply changes to database, instead of printing them out.

You can run the script either using add_permalinks management command or call permalink_adder function from adder.py module.

Output

No output if there are no occurrences of words or when they’re already wrapped.

Without --start option, script will only print out proposed changes.

Download files

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

Source Distribution

permalink_adder-0.1.4.5.tar.gz (2.7 kB view details)

Uploaded Source

Supported by

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