Most probably your nginx doesn't serve endpoint 'static'. On Thu, 29 Feb 2024 at 14:24, Ram <[email protected]> wrote:
> Hi, > > We are able to deploy our pre-production site successfully using jenkins > deployment and as part of the deployment we do the following: > > 1. Django application with runserver > 2. Gunicorn restart > 3. Nginx restart > > But our web application loads with distorted layout and we have this > setting for staticfiles > > STATIC_URL = '/static/' > STATIC_ROOT = os.path.join(BASE_DIR, 'static') > > We are wondering what is missing? > > Best Regards, > ~Ram > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CA%2BOi5F2xrz-hiJphYeuGX56hU26wWJGduUZHNibTUXVs-KtjeA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CA%2BOi5F2xrz-hiJphYeuGX56hU26wWJGduUZHNibTUXVs-KtjeA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFKhtoTp8M2S5iOqtYB1OQSG0g-GpaKg6KziZGFsptEaTkczXA%40mail.gmail.com.

