An app for managing and displaying good practice examples for different purposes.
Prerequisites
You will need to have the following packages installed:
django-cms (cms 3 beta tested)
Installation
If you want to install the latest stable release from PyPi:
$ pip install django-good-practice-examples
If you feel adventurous and want to install the latest commit from GitHub:
$ pip install -e git://github.com/bitmazk/django-good-practice-examples.git#egg=good_practice_examples
Add good_practice_examples to your INSTALLED_APPS:
INSTALLED_APPS = (
...,
'good_practice_examples',
)
Run the South migrations:
./manage.py migrate good_practice_examples
Hook this app into your urls.py:
urlpatterns = patterns('',
...
url(r'^goodpractices/', include('good_practice_examples.urls')),
)
Usage
TODO: Describe usage
Roadmap
Check the issue tracker on github for milestones and features to come.
Release files for django-good-practice-examples 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-good-practice-examples-1.0.tar.gz | 11.1 kB | Details |
Release files / django-good-practice-examples-1.0.tar.gz
| Download URL | django-good-practice-examples-1.0.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
75a5e60365836d4d2b3e5e7b6d8bc7d54ee56d2cc27a810b1874ca30853b0bd4
|
|
BLAKE2b-256 checksum How to use checksums |
9894d2bd3d6ae09e9eba2334429ee3796efa4d65f5b643c37fdc0e1be0689aff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |