Lesson 7 - Nginx + Django - Static Files Classical Approach

Опубликовано: 05 Январь 2020
на канале: Django Lessons
6,680
123

This lesson is continuation of lesson #6. We will configure nginx as systemd service and place it in front of our gunicorn service. Also, I will explain in detail relationship between STATIC_URL, static template tag, django and nginx configurations.



Github Repo: https://github.com/ciur/lesson-7-ngin...