Re: Images are not showing up in the page

2023-04-09 Thread Kiyavilo Msekwa
If you are running it on a live server make sure that media/photos folder is on public_html before you run load %satic% since the access to the domain will look into public_html folder to which Django does not run from. I had previously encountered similar situation and the solution was to copy

Re: Reply: Re: Hosting django with Namecheap

2022-11-09 Thread Kiyavilo Msekwa
The static files in ur Django project should reflect to public_html/static files Sent from my iPhone > On 9 Nov 2022, at 09:27, Namanya Daniel wrote: > > Thanks Jeff, > > i re-uploaded the website and it worked but now i have an issue with static > files. > > i've static_url= "/static/"