-
Production-ready Django 3 ASGI Docker image
A boilerplate image for deploying ASGI Django applications on production using uvicorn and WhiteNoise.…
-
Deploying Django to production with uWSGI
Production-ready Docker image for deploying Django with uWSGI, including serving the static files.…
-
Running Django on Arduino Yún
Arduino Yún is awesome device for many reasons but one is my favorite: it's running small Linux with Python. And when I hear Python, I think Django. You can make simple webserver in C and ATmega32u4 but it won't be easy. There are two problems with Yún and Django: Even…