/blog

simple blog following django by example - antonio

Primary LanguagePython

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