Skip to content

Instantly share code, notes, and snippets.

View sehmaschine's full-sized avatar

Patrick Kranzlmueller sehmaschine

View GitHub Profile
@sehmaschine
sehmaschine / related.py
Created September 7, 2017 08:05
ModelAdmin.get_queryset with django-grappelli
@sehmaschine
sehmaschine / now.json
Created July 4, 2019 19:33
Custom 404 with Gatsby and Now
{
"version": 2,
"name": "xxx",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "public" }
}
],