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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file whatsnew-0.1.tar.gz.
File metadata
- Download URL: whatsnew-0.1.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99afd0e9d2af825b857ebe768ad956acd3a4879ea40f748f8123da92bdda8ff2
|
|
| MD5 |
78de7908c47815fed0a30f991f147de4
|
|
| BLAKE2b-256 |
5fc7b0d7e8bdee882a5549cc3f1a0765f3b55b4f1788a63ee8c1c3e1e7a9d292
|