Skip to content

Instantly share code, notes, and snippets.

View mattharley's full-sized avatar
💭
Tech | Music | Events

Matt Harley mattharley

💭
Tech | Music | Events
View GitHub Profile
@mattharley
mattharley / gist:8b49c505db26700762ae
Last active August 29, 2015 14:04
Django and Timezones Quick Reference Guide

Django Timezone Quick Reference

Timezones hurtz my brains

import datetime
import pytz

from django.utils import timezone

# Let's be in Perth time
@mattharley
mattharley / gist:a83ca60eaa0deae3b832
Last active August 29, 2015 14:04
Build Geos and Collectstatic

Why (over an IDE)

  • Speed
  • Learn once - swiss army knife

Key Features

  • Extensibility
  • Linting
  • Searching
  • Syntax Highlighting
  • Snippets