A simple installable app for testing app testcases
Project description
Django-Simple-Pagination
Documentation – GitHub – Travis-CI
Django-Simple-Pagination is a simple Django app to for digg-style pagination with little effort. Django Simple Pagination.
Features:
Dynamic blog articles
Blog pages
Contact us page (configurable)
google analytics
SEO compliant
Installation
Install django-blog-it using the following command
pip install django-blog-it
# or
git clone git://github.com/micropyramid/django-blog-it.git
cd django-blog-it
python setup.py install
Add app name in settings.py
INSTALLED_APPS = [
'..................',
'simple_pagination',
'django_blog_it.django_blog_it',
'..................'
]
After installing/cloning this, add the following settings in the virtual env/bin/activate file to start discussions on blog articles
You can create your disqus account at https://disqus.com/profile/login/
# Disquss details
DISQUSSHORTNAME="Your Disquss Short Name"
export DISQUSSHORTNAME
Use virtualenv to install requirements
pip install -r requirements.txt
You can try it by hosting on your own or deploy to Heroku with a button click.
Deploy To Heroku:
Support
We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? contactus
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.