
04 Dec
Setting up Django with Nginx, Gunicorn, PostgreSQL Admin / 2109 views
Contents:
- Spinning Ubuntu VPS
- Fixing locales
- Installing common programs
- Setting PostgreSQL
- Setting up users and permissions
- Virtualenv
- Starting sample Django project
- Configuring PostgreSQL to work with Django
- Setting up folders
- Gunicorn
- Supervisor
- NginX
- Useful commands
Intro
Hello. Today we will be learning how to set up usual Django project.
We will be using such tehnology stack Ubuntu 16....