Skip to content

oscarpsu/django-blogango

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Coverage Status

Checkout the application live in use at http://agiliq.com/blog

To quickly try it locally

cd django-blogango/example/  
pip install -r ../requirements.txt  
python manage.py runserver  

To integrate into your application:

  1. Install the requirements.

  2. Include blogango, pingback, taggit, django.contrib.sitemaps, django_xmlrpc and google_analytics in settings.INSTALLED_APPS.

  3. Include blog urls in urls.py

    url(r'^blog/', include('blogango.urls')),

  4. If the comments have to verified through AKISMET, set settings.AKISMET_API_KEY.

  5. Enable django admin, if not already enabled.

    python manage.py syncdb

  6. Create blog at /admin/blogango/blog/add/.

  7. Check your blog at /blog/.

To see it in action.

http://agiliq.com/blog/

Features

  • Comment
  • Comment moderation
  • Category
  • Tagging
  • RSS
  • Akismet Spam Filtering
  • Trackback
  • Date based archives
  • Multi Author
  • Supports various markup types

About

A blogging app for Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published