Skip to main content

UNKNOWN

Project description

Simple application to plug to manage “javascript disabled” events

Installation

Add nojs to your INSTALLED_APPS:

INSTALLED_APPS = (
        ...,
        ...,
        'nojs',
    )

Add django.core.context_processors.request and django.core.context_processors.static to your TEMPLATE_CONTEXT_PROCESSORS:

TEMPLATE_CONTEXT_PROCESSORS = ("django.contrib.auth.context_processors.auth",
                           "django.core.context_processors.debug",
                           "django.core.context_processors.i18n",
                           "django.core.context_processors.media",
                           "django.core.context_processors.static",
                           "django.core.context_processors.request",
                           "django.contrib.messages.context_processors.messages")

Into your templates:

<link href="{{ STATIC_URL }}nojs/nojs.css" rel="stylesheet" type="text/css" media="screen" />

<body>
{% checkjs %}
</body>

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-nojs-0.0.1.tar.gz (226.0 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