My application uses these two frameworks Boostratp and Crispy, when I'm connected on the internet, everything works perfectly, however when disconnecting the internet the site loses all part of style.
By doing a comparison with Java, I use Jquery, Bootstrap ... making direct reference to local .js and .css files and do not need to be connected to make use of these features, would I have some way to do the same in Django ?
Below are the lines used in the template:
{% load bootstrap3 %}
{% load crispy_forms_tags %}
Thanks in advance for your help.