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 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