Stop using underscore as alias for gettext
Stop using underscore as alias for gettext
I've been using Django for a while now, and I've seen a lot of people using the underscore as an alias for gettext. from django.utils.translation import gettext as _ and also from django.utils.transl...