3 posts tagged with "django"

How to Develop Django and Postgres Applications with Docker and Okteto CLI 2.0
Doesn’t it bother you that you cannot build your application and see how it looks and behaves in production when developing it? If it does, then you...

Deploying a Django App on Okteto
An RBAS system helps manage users and prevents certain information from being exposed to everyone. It also ensures that the actions users can perform can...

How to Develop a Django + Celery app in Kubernetes
Django + Celery is probably the most popular solution to develop websites that require running tasks in the background. Developing a Django + Celery app...