Skip to main content

Simple application to manage `what's new` screen.

Project description

Simple application to manage “what’s new” welcome screen based on package version.

How to use

put whatsnew in your INSTALLED_APPS:

INTALLED_APPS=(
    ...
    'whatsnew'
)

modify your base template as

{% load whatsnew %}

<body>
{% whatsnew '<your_main_package_name>' %}

How version are checked

  • try to get version number using setuptools

  • check the main package name for ‘version’, ‘VERSION’ or ‘__version__’

  • try to call package.get_version()

  • raise DistributionNotFound

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

whatsnew-0.1.tar.gz (18.1 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