problem if app runnnig with ssl webserver enviroment
fgau opened this issue · 3 comments
fgau commented
hi,
first of all, great app!
in django-datatable/table/templates/table/table.html you hardcoded <script src="http://cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js" type="text/javascript"></script> with http. with that, the table is not showing with ssl setup. please replace it with a CDN reference like here (http://datatables.net/manual/installation#CDN).
thanks.
shymonk commented
well, feel free to fork and make a pull-request to fix it.
it's very helpful.
fgau commented
Yes! Thanks for merging my pull request.