This site runs best with JavaScript enabled.

Starting Front-End and Back-End Scripts at the Same Time

Starting Front-End and Back-End Scripts at the Same Time Starting Front-End and Back-End Scripts at the Same Time
When you need to start a backend and transpile your front-end code for development purposes, here is a handy script to do both at the same time.
Django
Python
bash
JavaScript
Aurelia

JAMstacks - Gatsby & 11ty

JAMstacks - Gatsby & 11ty JAMstacks - Gatsby & 11ty
After spending a month migrating two WordPress sites to Gatsby and 11ty, here are a few of my thoughts.
JavaScript
Django
Gatsby
11ty

Django Pluralize Outside of Templates

Django Pluralize Outside of Templates Django Pluralize Outside of Templates
How to use the pluralize filter directly in python
Python
Django

MemcachedKeyLengthError: Key length is > 250

MemcachedKeyLengthError: Key length is > 250 MemcachedKeyLengthError: Key length is > 250
Fixing a recurring problem with Django's built-in cache page decorator
Python
Django

Refactoring to Save 4805 Lines of Code

Refactoring to Save 4805 Lines of Code Refactoring to Save 4805 Lines of Code
Using Python magic to save a lot of lines of code.
Python
Django

Django MONTH_CHOICES

Django MONTH_CHOICES Django MONTH_CHOICES
Short tip on getting month choices from django.contrib
Django

Setting up a Django Server with PostgreSQL, Nginx, Celery & RabbitMQ

Setting up a Django Server with PostgreSQL, Nginx, Celery & RabbitMQ Setting up a Django Server with PostgreSQL, Nginx, Celery & RabbitMQ
Step-by-step guide to setting up a Django server with all the works.
Django
Nginx
PostgreSQL

Python, Django & the Google Adsense API

Python, Django & the Google Adsense API Python, Django & the Google Adsense API
How to talk to the Google Adsense API with Django/Python
Django
Python

Django Textile/Markdown Template Caching Speedup

Django Textile/Markdown Template Caching Speedup Django Textile/Markdown Template Caching Speedup
Speeding up a Django site by transforming text during database saves.
Django

Setting Up Your Own Sentry Server

Setting Up Your Own Sentry Server Setting Up Your Own Sentry Server
Short tutorial on how to set up your own self-hosted Sentry server.
Django

Django Custom Upload Handler to Compress Image Files

Django Custom Upload Handler to Compress Image Files Django Custom Upload Handler to Compress Image Files
How to compress images when they are saved in a Django application.
Django

How to Reset a Django Admin Password

How to Reset a Django Admin Password How to Reset a Django Admin Password
The most efficient way to change your admin password on a Django site.
Django