define django tables template name

This commit is contained in:
Robert Einsle 2018-07-01 11:12:02 +02:00
parent 55d7ecd8e2
commit eaaa019b85

View File

@ -167,6 +167,8 @@ PRODUCT_VERSION = 'v 0.5.1'
INTERNAL_IPS = ['127.0.0.1']
DJANGO_TABLES2_TEMPLATE = 'django_tables2/bootstrap4.html'
try:
from local_settings import *
except ImportError: