Skip to content

Instantly share code, notes, and snippets.

@FaridLU
FaridLU / deploy-django-production-ubuntu.md
Last active January 23, 2026 20:28
Comprehensive Guide to Deploying Django on Ubuntu (18.04, 20.04, 22.04)

🚀 Deploy Django on Ubuntu with Gunicorn, Nginx, Celery & SSL

The Complete Production Deployment Guide for Django Applications

Ubuntu Django Python License


@goodevilgenius
goodevilgenius / fortune_variety_quotes.py
Last active May 8, 2025 19:19
[Variety fortune plugin] Plugin for Variety background changer that uses the UNIX fortune program as a quotes source
#!/usr/bin/python
from variety.plugins.IQuoteSource import IQuoteSource
import subprocess, re
from locale import gettext as _
class FortuneSource(IQuoteSource):
@classmethod
def get_info(cls):
return {