Skip to main content

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.

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

about_py-0.0.3.tar.gz (61.7 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