Skip to content

Files

Latest commit

de0fc45 · May 14, 2022

History

History
19 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 594 Bytes

Demonstration of Humanize Tags in Django

This is the simple example for the project discussed in the blog post: How to Use Humanize Tags in Django

To run this project follow these steps:

git clone https://github.com/pythonsansar/django-humanize-tags.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Output

https://pythonsansar.com/how-use-humanize-tags-django/