Skip to content

Instantly share code, notes, and snippets.

View suda's full-sized avatar
🍃

Wojtek Siudzinski suda

🍃
View GitHub Profile
@suda
suda / blink.ino
Last active April 28, 2016 12:47 — forked from brooksware2000/blink.ino
Example blink sketch
@suda
suda / settings.py
Created November 12, 2011 13:22 — forked from blackrobot/settings.py
Sample Django settings
"""
Here's my sample Django settings for a project I recently did. Visit http://damonjablons.wordpress.com to see the explanation.
Updated to Django 1.3 by Wojtek 'suda' Siudzinski
"""
import os
import socket
# Set DEBUG = True if on the production server