Makes a webpage available with information about the projects last version control system commits and the python interpreter and used python libraries.
Project description
# about-py
Django about plugin
Makes a webpage available with information about the projects last version control system commits and
the python interpreter and used python libraries.
# How to use
1. `pip install about-py`
2. add about-py to your Django INSTALLED_APPS:<br/>
<pre><code>INSTALLED_APPS = [
...,
about-py,
...,
]</code></pre>
3. Create an url entry with the `AboutView`. e.g.<br/>
<pre><code>
url(r'^about/', AboutView.as_view()),
</code></pre><br/>
Or use the secure `SecureAboutView` so only staff and super users can access the page.
Django about plugin
Makes a webpage available with information about the projects last version control system commits and
the python interpreter and used python libraries.
# How to use
1. `pip install about-py`
2. add about-py to your Django INSTALLED_APPS:<br/>
<pre><code>INSTALLED_APPS = [
...,
about-py,
...,
]</code></pre>
3. Create an url entry with the `AboutView`. e.g.<br/>
<pre><code>
url(r'^about/', AboutView.as_view()),
</code></pre><br/>
Or use the secure `SecureAboutView` so only staff and super users can access the page.
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
about_py-0.0.3.tar.gz
(61.7 kB
view details)
File details
Details for the file about_py-0.0.3.tar.gz
.
File metadata
- Download URL: about_py-0.0.3.tar.gz
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a90b5725cafa26d679edcef03a8ce504e5a2c2bbf206b32a009ea781b60f313e |
|
MD5 | 86b205db9ee5ea3d059b1be9650bf871 |
|
BLAKE2b-256 | 712529ee3d7490668a125d7883a24c5e41ba2e38d42b55b448dca9aa7cf587d6 |