A extensible post system for Django, where you can build you own Post system in few minutes, with several kind of post, like Video Post, Text post, Audio Post, Quote Post and your own custom Post.
Using pip+git:
pip install git+https://github.com/hersonls/poste.git
-
Add "poste" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = ( ... 'poste', )
-
Include the poste URLconf in your project urls.py like this::
url(r'^blog/', include('poste.urls')),
-
Run
python manage.py syncdb
to create the poste models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a post (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/blog/ to see your posts.
Here is a several things what we need implement:
- Tags
- Feed RSS
Hersonls hersonls@gmail.com
Rael Max contato@raelmax.com