I am working with the web and while I am without an internet connection everything is shown as well but when connecting to the internet the tables lose styles and some things are distorted I am working with datetable.js and I do not know what to do I'm working with django 1.11 .13 I already did a collectstatic and it continues with the same problem that can be. I leave as I have conformed the work in I have 3 templates one is where the base template is that has the javascript and css libraries and in the others the templates of each project, and a static one that is in src / static which is where they are all javascript and ccs
well I have set in settings.py
STATIC_ROOT = 'static/'
STATIC_URL = '/src/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'src/static')]