Re: Static Folder not loading

2021-02-02 Thread Gabriel Araya Garcia
You are not saying if you trying it in local host or web server, because the statics folder is in different location (I have some program in PythonAnywhere). Send your answer to gabrielaraya2...@gmail.com and I will give you the respective configurations that I have in SETTINGS.PY Regards. Gabriel

Re: Static Folder not loading

2021-02-02 Thread Abubakar Ibrahim Baiwa
If you're using django's lightweight server, make sure DEBUG=True On Sun, 31 Jan 2021, 6:25 pm hari49pf, wrote: > Bair me, I am new to group > > On Sunday, January 31, 2021 at 10:46:40 PM UTC+5:30 hari49pf wrote: > >> Its returning >> >> *no matching file found for test.css* >> >> >> *Regards,*

Re: Static Folder not loading

2021-01-31 Thread hari49pf
Bair me, I am new to group On Sunday, January 31, 2021 at 10:46:40 PM UTC+5:30 hari49pf wrote: > Its returning > > *no matching file found for test.css* > > > *Regards,* > > *Harish.B* > > > On Friday, January 29, 2021 at 8:26:14 PM UTC+5:30 ule...@gmail.com wrote: > >> >> try >> *./manage.py fin

Re: Static Folder not loading

2021-01-31 Thread hari49pf
Its returning *no matching file found for test.css* *Regards,* *Harish.B* On Friday, January 29, 2021 at 8:26:14 PM UTC+5:30 ule...@gmail.com wrote: > > try > *./manage.py findstatic test.css* > Op vrijdag 29 januari 2021 om 15:52:44 UTC+1 schreef fcip...@gmail.com: > >> I’m sending from my

Re: Static Folder not loading

2021-01-31 Thread hari49pf
runned *colletcstatic*, there is no output. On Thursday, January 28, 2021 at 11:51:20 PM UTC+5:30 larry.mart...@gmail.com wrote: > On Thu, Jan 28, 2021 at 10:16 AM hari49pf wrote: > > > > Hi, > > > > I am trying to load static file to my project its not loading, > > I have changed the path of

Re: Static Folder not loading

2021-01-29 Thread Kasper Laudrup
On 29/01/2021 15.56, ule...@gmail.com wrote: try /./manage.py findstatic test.css/ The user is running Windows, so I doubt that would work. Also, what makes you think this would make a difference? The only thing this would change as far as I can tell is that the users "python" command is an

Re: Static Folder not loading

2021-01-29 Thread ule...@gmail.com
try *./manage.py findstatic test.css* Op vrijdag 29 januari 2021 om 15:52:44 UTC+1 schreef fcip...@gmail.com: > I’m sending from my phone so it won’t have markdown. > > It looks like your not defining all of them properly. Put a static folder > you’ll manually in trydjango/trydjango. This will b

Re: Static Folder not loading

2021-01-29 Thread Frank Cipolone
I’m sending from my phone so it won’t have markdown. It looks like your not defining all of them properly. Put a static folder you’ll manually in trydjango/trydjango. This will be where Staticfiles_dirs gathers the files. Then static_root will be where is collectstatic will store them. Static_U

Re: Static Folder not loading

2021-01-28 Thread Frank Cipolone
Whats your STATIC_DIRS, STATIC_PATH, and STATIC_URL and what it the tree to the folder your static is in? > On Jan 28, 2021, at 1:26 PM, hari49pf wrote: > > Yes, i did it created a folder with css & other files, but no use. > > On 28/01/21 11:49 pm, Larry Martell wrote: >> On Thu, Jan 28, 2021

Re: Static Folder not loading

2021-01-28 Thread hari49pf
Yes, i did it created a folder with css & other files, but no use. On 28/01/21 11:49 pm, Larry Martell wrote: On Thu, Jan 28, 2021 at 10:16 AM hari49pf wrote: Hi, I am trying to load static file to my project its not loading, I have changed the path of static in settting.py still its not load

Re: Static Folder not loading

2021-01-28 Thread Larry Martell
On Thu, Jan 28, 2021 at 10:16 AM hari49pf wrote: > > Hi, > > I am trying to load static file to my project its not loading, > I have changed the path of static in settting.py still its not loading static > file. > tryed to check the file is loading by using > manage.py findstatic test.css > PLZ h

Static Folder not loading

2021-01-28 Thread hari49pf
Hi, I am trying to load static file to my project its not loading, I have changed the path of static in settting.py still its not loading static file. tryed to check the file is loading by using *manage.py findstatic test.css* PLZ help Regards, Harish.B -- You received this message because