100% found this document useful (3 votes)
3K views

TextMate Python/Django Cheat Sheet

keyboard shortcuts/reference card; Additionally, there are accompanying cheat sheets for general TextMate usage and Rails for TextMate from me.

Uploaded by

Flo
Copyright
© Attribution (BY)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
3K views

TextMate Python/Django Cheat Sheet

keyboard shortcuts/reference card; Additionally, there are accompanying cheat sheets for general TextMate usage and Rails for TextMate from me.

Uploaded by

Flo
Copyright
© Attribution (BY)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

TextMate Python/Django/ReST Cheat Sheet

PYTHON COMMANDS ⌃⌥⇧P DJANGO COMMANDS DJANGO TEMPLATE ⌃⌥⇧D

Pydoc for curr. selection F3 Search djangoproject ⌃H Add filter ⌘|

Run script in terminal ⌘⇧R Block {% tag %} ⌃%

Run UnitTests ⌥⌘⇧R Comment {# tag #} ⌃#

Execute line/selection ⌃⇧E DJANGO SNIPPETS Variable {{ tag }} ⌃{

Debug script in terminal ⇧⌘D mail.sendmail function sendmail⇥

Pydoc in browser ⌃⇧H TEMPLATE SNIPPETS

Copy curr. block symbol ⌃⌥C template function name ...⇥

Show curr. block symbol ⌃⌥P DJANGO FIELDS Templatetag openblock {%⇥

Field name, lc, w/o “Field” ...⇥ Templatetag closeblock %}⇥

ForeignKey fk⇥ Templatetag openvar {{⇥

Templatetag closevar }}⇥

PYTHON SNIPPETS ReST SNIPPETS

If name == main block ifmain⇥ Section tag sec⇥

New property property⇥ Subsection tag subs⇥ ReST COMMANDS ⌃⌥⇧R

self. .⇥ Subsubsection tag sss⇥ Convert to HTML ⌃⇧H

Try/except blocks try⇥ Link tag link⇥ Goto next section ⌘~

__magic__ __⇥ Image tag image⇥ Create HTML/XML/S5 ⌘R

TextMate Python/Django/ReST Cheat Sheet

You might also like