How to Serve Multiple Django Applications with UWSGI and Nginx in Ubuntu 20.04

Guide to have a dedicated Ubuntu web server for serving Django apps using nginx and uwsgi with sockets… Read more

Similar

Managing a Django Project with Poetry

Poetry is a relatively new packagin and dependency manager. It makes it very easy upload libraries to PyPI, manage dependencies visually, and has a couple of handy features. Today, I'm not going to do a deep dive on how Poetry works and all it's features.... (more…)

Read more »