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)
============
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file django-posts-0.3.0.tar.gz
.
File metadata
- Download URL: django-posts-0.3.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c9621ed2496b2fe1f927d922fe7653b6230ff6527ce139af539023f0b7a5613 |
|
MD5 | 397ddabce627de886c3eac8f881d0c2f |
|
BLAKE2b-256 | d636688061410ecfbe13a5fe640c75d49cf3d5c41f4bc3a8889f43681b130f18 |