Skip to main content

Provide an Django view that lists installed package versions

Project description

Django versions

Provides an endpoint that lists versions of installed packages. The endpoint is only activated if DEBUG is set to true.

Usage

Add the package to your installed apps:

INSTALLED_APPS.append('django_vrsns')

Add the shipped ulrpatterns to your urlpatterns:

from django_vrsns.urls import urlpatterns as dvurlpatterns
urlpatterns = dvurlpatterns + urlpatterns

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_vrsns-0.3.0.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

django_vrsns-0.3.0-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

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