Skip to content

Instantly share code, notes, and snippets.

View Remeic's full-sized avatar
🟢
Be a kind guy

Giulio Fagioli Remeic

🟢
Be a kind guy
View GitHub Profile
@patrick91
patrick91 / friday-8-sept.md
Created September 8, 2017 09:02
Various links
@Owanesh
Owanesh / urls.py
Last active April 20, 2020 16:20 — forked from revolunet/views.py
Create your custom error pages in Django, and use your context.
from django.conf.urls import handler404, handler500
handler500 = website_views.server_error
handler404 = website_views.page_not_found