Re: Deploy help

2021-09-22 Thread Rishikesh Agrawani
Please provide the absolute path for static files does so that Django will be able to find and collect before putting to static root. On Tue, 21 Sep 2021, 10:05 pm Daniel Gauvin, < daniel.gau...@solutionsnc.qc.ca> wrote: > Hi, > > I am looking for support to deploy a Django application on cPanel.

Re: Deploy help

2021-09-21 Thread Kasper Laudrup
On 20/09/2021 21.14, Anornymous u wrote: Sorry my bad, it was meant for the person asking the question about deployment. No worries. Just a bit confusing when it happens. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django use

Re: Deploy help

2021-09-21 Thread Anornymous u
Sorry my bad, it was meant for the person asking the question about deployment. On Tue, 21 Sep 2021, 21:49 Kasper Laudrup, wrote: > On 20/09/2021 19.08, Anornymous u wrote: > > Open the domain on a different browser see if it works, could be your > > browser is stuck with cache. Am assuming you

Re: Deploy help

2021-09-21 Thread Kasper Laudrup
On 20/09/2021 19.08, Anornymous u wrote: Open the domain on a different browser see if it works, could be your browser is stuck with cache. Am assuming you had collected all the static files using the command python manage.py collecstatic I think you replied to the wrong person. I don't see

Re: Deploy help

2021-09-21 Thread Anornymous u
Open the domain on a different browser see if it works, could be your browser is stuck with cache. Am assuming you had collected all the static files using the command python manage.py collecstatic On Tue, 21 Sep 2021, 19:41 Kasper Laudrup, wrote: > On 21/09/2021 17.39, Daniel Gauvin wrote: > >

Re: Deploy help

2021-09-21 Thread Kasper Laudrup
On 21/09/2021 17.39, Daniel Gauvin wrote: Hi, I am looking for support to deploy a Django application on cPanel.  The application itself is working, however the static files (CSS, JS and Images) do not load in the application. Will this guide help you? https://tubemint.com/deploy-django-o

Deploy help

2021-09-21 Thread Daniel Gauvin
Hi, I am looking for support to deploy a Django application on cPanel. The application itself is working, however the static files (CSS, JS and Images) do not load in the application. In my settings.py file, it is as such: STATIC_URL = '/static/' STATICFILES_DIRS = ['static'] STATIC_ROOT = o