Skip to content

Django Humanize tags used to give human touch to data that provides set of template filters like apnumber, intcomma, intword, naturalday, naturaltime and ordinal.

Notifications You must be signed in to change notification settings

pythonsansar/django-humanize-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Django Humanize tags used to give human touch to data that provides set of template filters like apnumber, intcomma, intword, naturalday, naturaltime and ordinal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published