ihfazhillah / blog

simple blog following django by example - antonio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple django blog

by following django by example book, i made this simple django project. Its only 3 first chapter of this book.

what covered in this three chapters:

  • basic blog
  • taggit
  • form, model form
  • solr

Installation

Make sure to install solr, and configure it

pip install -r requirements.txt
cd mysite
python manage.py build_index
python manage.py runserver

About

simple blog following django by example - antonio


Languages

Language:Python 62.5%Language:HTML 36.4%Language:CSS 1.2%