Wiki

Clone wiki

simple_blog / Home

Welcome

This is just a simple blog made using Django 1.4 and bootstrap

See the preview of the blog here

Install Instructions

  • Dependencies for Django - sorl thumbnail , social auth , registration
  • download the source from the overview page
  • use the django command to SyncDB
  • The admin page is located at /adminx/
  • create an entry at abouts for about page
  • create an entry in titles for setting the title of the blog
  • for Social Login you need to register in the respective sites and paste the keys in the adm/settings.py file

blog features

full html rendering

  • write your blog in full html. include full custom css styles and JS and take full control of the page from the blog post itself
  • use syntax highlighter to high light syntax. it is pre loaded
  • use full bootstrap syntax like using bootstrap models carousal's etc.

Updated