Replace your username with this and run this code: sudo usermod -aG username www-data
sudo chown -R :www-data /home/username/projects/personal
sudo chown -R :www-data /home/username/projects/personal
On Thu, Feb 29, 2024 at 2:15 PM Amitesh Tripathi <manihritik886@gmail.com> wrote:
Your website is in debug mode??--On Thu, 29 Feb 2024, 11:54 Ram, <ram.mullapudi@gmail.com> 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 runserver2. Gunicorn restart3. Nginx restartBut our web application loads with distorted layout and we have this setting for staticfilesSTATIC_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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BOi5F2xrz-hiJphYeuGX56hU26wWJGduUZHNibTUXVs-KtjeA%40mail.gmail.com.
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFJ1wEUvJK_Ur_6JpLeMVMXK4TMH_ryUy7gLWqjXG8a0%2B_o2VA%40mail.gmail.com.
I don't stop when I'm tired, I only stop when the job is done.
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 django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABFHQYw5diiQKiH%2B%2BVSePAnbcX42QSemvLUGxvZxG3EzuiOA8g%40mail.gmail.com.
No comments:
Post a Comment