Re: Deploying django in plesk

2021-08-25 Thread
Hello, Please make sure you have run collectstatic command before deploying. You can follow https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/#static-root-and-static-url. On Thursday, August 26, 2021 at 12:38:52 AM UTC+5:30 frankg...@gmail.com wrote: > Hi everybody. > I've alre

RE: Deploying django in plesk

2021-08-25 Thread Mike Dewhirst
Try manage.py collectstatic --settings=path-to-settingsLook up collectstatic in the docsMike--(Unsigned mail from my phone) Original message From: frank galan Date: 26/8/21 05:09 (GMT+10:00) To: Django users Subject: Deploying django in plesk Hi everybody.I've already deplo

Re: Deploying django in plesk

2021-08-25 Thread Gabriel Araya Garcia
Hi, Frank: Perhaps that can run if you put the statics folder in the exterior level. Por example: misite/misite/myapp In local, I have my statics folder in myapp level, but in hosting I must to put it in: misite (fisrts misite) try it, and tell me how has solve that problem. Greetings Gabriel Ara