Skip to content

mladeny/django-blogango

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

To quickly try it locally:

#Step1: cd to the example folder

$cd django-blogango/exmaple/

#Step2: Install the requirements in the local folder

$sudo pip install -r ../requirements.txt

#Step3: Run the server!

$python manage.py runserver

Requirements:

  1. django-pingback
  2. django-xmlrpc
  3. django-taggit

    pip install -r requirements.txt

To integrate into your application:

  1. Install the requirements
  2. Include 'blogango', 'pingback', 'taggit', 'django.contrib.sitemaps' in installed apps.
  3. include blog urls in urls.py

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

  4. include 'blogango.context_processors.extra_context' in settings.TEMPLATE_CONTEXT_PROCESSORS
  5. if the comments have to verified through AKISMET, set AKISMET_API_KEY else set AKISMET_COMMENT = False
  6. Enable django admin, if not already enabled.

    python manage.py syncdb

  7. create blog at '/admin/blogango/blog/add/'
  8. 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
  • Reactions via Backtype
  • Date based archives
  • Multi Author

About

A blogging app for Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published