How To install Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04

preview_player
Показать описание
Learn How To install Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04 Linux
Django is a free and open-source web framework, written in Python, which follows the model-view-template architectural pattern. It is maintained by the Django Software Foundation, an independent organization established as a 501 non-profit.
Рекомендации по теме
Комментарии
Автор

Thank you for your video. It's work fun at me. Very good

josephjeanclaude
Автор

In Django 2.x and above, the settings.py file need to be configured for the database as: django.db.backends.postgresql instead of

alejandrob