Skip to content

Instantly share code, notes, and snippets.

View pigletfly's full-sized avatar
🎯
Focusing

Bing Wang pigletfly

🎯
Focusing
  • Hangzhou
  • 06:24 (UTC +08:00)
View GitHub Profile
@bobrik
bobrik / README.md
Last active May 7, 2024 12:19
CFS hiccups
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 28, 2024 21:36
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname

Django-celery + Redis notes

Installation and Setup

  1. Install redis on OSX (10.7) Lion I used:

     $ brew install redis
    
  2. In the project and virtualenv I wanted to use django-celery in I installed the following.