Skip to main content

Rewrite all external links to go via a message page.

Project description

============================
Django Rewrite External Links
=============================

Rewrite all external links (using a middleware class) to go via a message page.

Installing / usage
==================

If you want to use the provided templates add 'rewrite_external_links' to INSTALLED_APPS.
Add 'rewrite_external_links.middleware.RewriteExternalLinksMiddleware' to MIDDLEWARE_CLASSES.
Add (r'', include('rewrite_external_links.urls')) to the urls.

If you want to load the external links message using javascript AJAX then add something like the following to your template:
<script>$(document).ready(function () { $('a[href^={% url external_link '' %}]').fancybox(); });</script>

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-rewrite-external-links-0.3.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

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