Add humanized "last seen X ago" and "registered X ago" text on profile

This commit is contained in:
Xevion
2022-03-27 03:13:48 -05:00
parent 3df856aa60
commit 677abe3d65
5 changed files with 50 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ flask-login = "*"
flask-sqlalchemy = "*"
pytz = "*"
faker = "*"
humanize = "*"
[dev-packages]