Skip to main content

An app for managing and displaying good practice examples for different purposes.

Project description

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.

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

django-good-practice-examples-1.0.tar.gz (11.1 kB view details)

Uploaded Source

File details

Details for the file django-good-practice-examples-1.0.tar.gz.

File metadata

File hashes

Hashes for django-good-practice-examples-1.0.tar.gz
Algorithm Hash digest
SHA256 75a5e60365836d4d2b3e5e7b6d8bc7d54ee56d2cc27a810b1874ca30853b0bd4
MD5 866e7ab1615f7eefa0f501dd0d23cbb7
BLAKE2b-256 9894d2bd3d6ae09e9eba2334429ee3796efa4d65f5b643c37fdc0e1be0689aff

See more details on using hashes here.

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