Posts tagged Django

Deploy Django and Memcache on DigitalOcean App Platform

Django is a popular, high-level Python web framework that encourages rapid development and clean, pragmatic design. DigitalOcean’s App Platform is a Platform as a Service (PaaS) product to configure and deploy applications from a code repository. It offers a fast and effective way to deploy your Django app. In this tutorial, you’ll deploy a Django application to DigitalOcean App Platform and then make it more scalable by adding caching with the DigitalOcean Marketplace Add-On for MemCachier. MemCachier is compliant with the memcached object caching system but has several advantages, such as never touching servers, daemons, or configuration files.

Deploy Django and Memcache on Render: A How-To Guide

Do you want to deploy a Django application on Render and boost its performance with Memcache? In this tutorial, you’ll create a simple Django task list app, deploy it to Render, and finally use Memcache to speed it up.

Memcache serves as an in-memory data storage system, a tool that significantly enhances the efficiency and scalability of web applications. Consider integrating Memcache if your pages exhibit sluggish load times or your application faces scaling challenges. Regardless of your app’s size, Memcache has the potential to quicken page loads and help future-proof your app.

Deploy a Django Application on AWS Elastic Beanstalk and scale it with Memcache

Want to deploy a Django application on AWS Elastic Beanstalk that is ready to scale? In this tutorial, you’ll set up an Elastic Beanstalk environment, hook it up to a MySQL database, deploy a Django application, and finally use Memcache to speed it up.

Deploy a Django Application on AWS Elastic Beanstalk and scale it with Memcache

This post is out of date. We published an updated version, read Deploy a Django Application on AWS Elastic Beanstalk and scale it with Memcache.

Want to deploy a Django application on AWS Elastic Beanstalk that is ready to scale? We’ll explore how to set up your Elastic Beanstalk environment, hook it up to a database, deploy your application, and finally how to use Memcache to speed it up.

We’ll walk you through creating the application from start to finish, but you can view the finished product source code here.

Build a Django one-click-app on DigitalOcean and scale it with Memcache

Update: One-click-apps are now Marketplace images.

This tutorial will walk you through the steps of creating a simple Django One-Click application on DigitalOcean and then add Memcache to prevent or alleviate a performance bottleneck.

We’ll walk you through creating the application from start to finish, but you can view the finished product source code here.

How to scale a Django Application on PythonAnywhere with Memcache

This guide shows how to create a simple Django 2.1 application on PythonAnywhere and then add Memcache to alleviate a performance bottleneck.

We’ll walk you through creating the application from start to finish, but you can view the finished product source code here.

MemCachier with Django, Docker and AWS Elastic Container Service

In this tutorial we’re going to look a little beyond the usual “getting started” Django tutorials to look at some of the things you might want to do to deploy applications to production.