Make A Hugo Static Blog Inside A Django App
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
A guide to deploying an outdated Django 1.7 project using Docker, UWSGI, and NGINX for a server migration.
A guide to common Django server setups, from simple local development to professional production deployments with Gunicorn and PostgreSQL.
Final guide in a Django deployment series covering domain setup, DNS configuration with Cloudflare, and SSL for a production web app.
Guide to deploying a Django app using Supervisor to run Gunicorn as a persistent, auto-restarting service with logging.
A guide to preparing a Django application for deployment, covering virtual environments, production settings, and static files.
A beginner-friendly guide to deploying a Django web application to a live server, focusing on minimal new tools and incremental learning.
A guide on configuring Django to write application logs to a file in a production environment for easier debugging.
Three deployment strategies for integrating a Django REST backend with a React frontend, comparing pros and cons.
A guide on deploying Django model changes to production using migrations, covering a simple method and best practices.
A guide to automating Hugo static site deployment to GitHub Pages using GitHub Actions, including SSH key setup and workflow configuration.
The author starts a new Django project from scratch, sets up a development environment with pip-tools, and deploys it to Heroku.
A developer analyzes the failure of his SaaS project, College Conductor, sharing lessons on technology choices and focus.
A technical guide on integrating WhiteNoise into a Django app to manage static assets, replacing Nginx.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
The author removes Node.js from their SaaS deployment process, simplifying the server setup and moving static asset generation to CI.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
A speaker's reflections on PyTexas 2019, summarizing key talks on feature flag management and using mypy with ORMs.
The article details a significant performance improvement in Ansible deployments by integrating the Mitogen tool, resulting in a 4.5x speed increase.