Skip to main content

A simple installable app for writing blog posts

Project description

django-blog-it

https://readthedocs.org/projects/django-blog-it/badge/?version=latest Downloads Latest Release https://travis-ci.org/MicroPyramid/django-blog-it.svg?branch=master https://coveralls.io/repos/github/MicroPyramid/django-blog-it/badge.svg?branch=master https://img.shields.io/github/license/micropyramid/django-blog-it.svg Code Health

Django blog it Simple blog package developed with Django.

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

 # google api key for short url

  API_KEY="google api key"

  export API_KEY

 # google captcha

  GOOGLE_CAPTCHA_SITE_KEY="Site key"

  export GOOGLE_CAPTCHA_SITE_KEY

  GOOGLE_CAPTCHA_SECRET_KEY="Secret key"

  export GOOGLE_CAPTCHA_SECRET_KEY

 # Google Analytics Account

  GOOGLE_ANALYTICS_ID="UA-123456789"

  export GOOGLE_ANALYTICS_ID

 # Google Login

  GP_CLIENT_ID="google client id"

  export GP_CLIENT_ID

  GP_CLIENT_SECRET="secret key"

  export GP_CLIENT_SECRET

 # Facebook Login

  FB_APP_ID="facebook app id"

  export FB_APP_ID

  FB_SECRET="023df180c6d868e76a02aec17134c843"

  export FB_SECRET

 # Default E-mail

  DEFAULT_EMAIL="noreply@djangoblogit.com"

  export DEFAULT_EMAIL
  • 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:

https://www.herokucdn.com/deploy/button.svg

Documentation is avaliable online, or in the docs directory of the project.

We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here

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-blog-it-0.2.3.tar.gz (120.2 kB view details)

Uploaded Source

File details

Details for the file django-blog-it-0.2.3.tar.gz.

File metadata

  • Download URL: django-blog-it-0.2.3.tar.gz
  • Upload date:
  • Size: 120.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-blog-it-0.2.3.tar.gz
Algorithm Hash digest
SHA256 2158b934ec36472a670c879d7b03daa63d1e5b1e34bbbc142e04761fbda373c9
MD5 5e9ba4b5828006a5609e371e0b355333
BLAKE2b-256 8611f72855db8cc944864db5585d5e5557f18838dd4da9700a1d2bd5a69488e6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page