Skip to content

Instantly share code, notes, and snippets.

View aykut's full-sized avatar

Aykut Özat aykut

  • Akinon
  • İstanbul
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@cihann
cihann / list.md
Last active February 21, 2019 16:05
PyCon US 2014 watching list
@tatterdemalion
tatterdemalion / fetch_manager.py
Last active December 28, 2015 08:26
Combines only, select_related, prefetch_related into a single function
from django.db import models
class FetchManager(models.Manager):
"""
combines only, select_related, prefetch_related into a single function
Example models:
---------------