Wednesday, September 30, 2020

Codementor: Production ready Django App in Amazon Lightsail - Weblog

This article is based in this documentation page and this video where Mike Coleman takes us how to deploy a Django application on Amazon Lightsail.

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...