This is the simple example for the project discussed in the blog post: How to Use Humanize Tags in Django
git clone https://github.com/pythonsansar/django-humanize-tags.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver