django-wiki / django-nyt

Notification system for Django with batteries included: Email digests, user settings, JSON API
Apache License 2.0
144 stars 47 forks source link

humanize needs to be in django apps #44

Closed timeyyy closed 6 years ago

timeyyy commented 7 years ago

humanize needs to be included for translation of the time to work properly. Docs should be update

benjaoming commented 6 years ago

It only needs to be added when you use template tags, otherwise we just import it, which is supported fine without adding it to INSTALLED_APPS afaik?