Changes between Version 21 and Version 22 of TextMate


Ignore:
Timestamp:
Mar 30, 2011, 3:32:37 PM (14 years ago)
Author:
charlax
Comment:

added installation instructions

Legend:

Unmodified
Added
Removed
Modified
  • TextMate

    v21 v22  
    99There's a Django bundle, though it's not among the ones included with the application; you have to fetch it from the repository. It handles both Django templates and Django Python code. The bundle's Python snippets are built for the magic-removal branch of Django.
    1010
     11= Install =
     12
     13{{{
     14% mkdir -p /Library/Application\ Support/TextMate/Bundles
     15% cd /Library/Application\ Support/TextMate/Bundles
     16% svn co http://svn.textmate.org/trunk/Bundles/Python%20Django.tmbundle/
     17}}}
     18
     19
     20
    1121The !TextMate blog lists instructions here:
    1222
     
    1626 
    1727
    18 The bundles reside at:
     28The bundle resides at:
    1929
    2030http://svn.textmate.org/trunk/Bundles/Python%20Django.tmbundle
    21 
    22 http://svn.textmate.org/trunk/Bundles/Python%20Django%20Templates.tmbundle
    2331
    2432The Django-Python syntax in particular is a work in progress, and suggestions and contributions are welcome.
Back to Top