bkerr /
django-textmate-bundles
Update the 'official' Django bundles for Textmate to parity with Django's 1.0 release.
Clone URL : http://bitbucket.org/bkerr/django-textmate-bundles/ (size: 101.0 KB)
Goal of this project
Update the 'official' Django bundles for Textmate to parity with Django's 1.0 release.
Installing the bundles, simple method
- Download the bundles (click on 'download', upper right corner, pick a format of your choice)
- Unpack the download
- Double-click / open the bundles -- Textmate will automatically install them for you
Bundle contents
- Python Django
- Models -- skeleton for Model class; snippets for fields available in 1.0
- Admin -- skeletons for ModelAdmin and inline classes
- Forms -- skeletons for Form and ModelForm classes
- Python Django Templates
- template tags -- all of the built-ins
- filters -- all of the built-ins
Proposed changes
- change the Python (Django) language shortcut to ^C-D, like HTML (Django) -- proposed by florean
- add textmate commands for commonly-accessed manage.py actions -- proposed by bnmnetp
