src/business/tables.py
File tables.py
has 302 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import django_tables2 as tables
from .models import *
from django_tables2.utils import A
from django.utils.translation import ugettext_lazy as _
from django.contrib.humanize.templatetags.humanize import naturaltime