Skip to main content

A generic posts app for django

Project description

django-posts
============

A generic django application to kick start nearly any kind of post handling.

## Key features

* very generic implementation and modular structure
* easy to customize and extend

## Installation

If you want to install the latest stable release from PyPi:

$ pip install django-posts

If you want to install the latest development version from GitHub:

$ pip install -e git://github.com/byteweaver/django-posts#egg=django-posts

Add `posts` to your `INSTALLED_APPS`:

INSTALLED_APPS = (
...
'posts',
...
)

Hook this app into your ``urls.py``:

urlpatterns = patterns('',
...
url(r'^posts/', include('posts.urls', namespace='posts')),
...
)

## Versions

The last upgrade, as starting with version 0.2.x, is incompatible with all versions below and does no longer feature south support!

- version 0.2.x requires Django 1.5
- all versions below run with Django1.4 (and maybe below, not tested)

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-posts-0.3.0.tar.gz (6.3 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