Re: why is the static file not loading.i need solution

2018-10-20 Thread Gabriel Stone
Also in your href try using a forward slash not a back slash to make references On Sat, 20 Oct 2018 at 5:45 PM, Siddharth Tamang < tamangsiddhart...@gmail.com> wrote: > Have you defined your static files entry in settings.py? > > On Sat, Oct 20, 2018 at 9:05 PM Obodoma Uzondu Vincent < >

Re: why is the static file not loading.i need solution

2018-10-20 Thread Siddharth Tamang
Have you defined your static files entry in settings.py? On Sat, Oct 20, 2018 at 9:05 PM Obodoma Uzondu Vincent < uobodoma...@gmail.com> wrote: > THIS IS THE HTML FILE > > login > https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css; >

why is the static file not loading.i need solution

2018-10-20 Thread Obodoma Uzondu Vincent
THIS IS THE HTML FILE login https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css; integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> {% load static %} welcome Welcome to my page!