utilizo django-tables2 para mostrar algunos datos en la página, y ahora quiero hacer el enlace de célula a alguna URL, pero el enlace url tales como: url (r '^ (? P \ w +)/(? P \ d +)/$', 'pool.views.
¿Cómo decir a django-tables2 qué columnas me gustaría tener en la tabla? Sé que hay Column attribute 'visible', que se puede establecer en False. Sin embargo, tengo un modelo con muchos campos y me gu
Los documentos dicen: Where the table is backed by a model, the database will handle the ordering. Where this is not the case, the Python cmp function is used and the following mechanism is used as a