List of useful Django Links
Here are some useful Django links I've came across over the last few months:
- Video
- https://code.djangoproject.com/wiki/DjangoScreencasts - A bit underwhelming to be honest
- http://blip.tv/djangocon - Over 100 videos from the past DjangoCon's in one place
- Tips/Tricks
- http://stevelosh.com/blog/2011/06/django-advice/ - A very helpful list of information. A must read!
- http://www.kenjiyamamoto.com/blog/2009/05/28/some-django-tips-and-tricks-pages-that-ive-found-helpful/ - Written in 2009, this is kinda dated but contains a good list of tips nonetheless
- http://elweb.co/programacion/33-projects-that-make-developing-django-apps-awesome/ - List of use Django apps made by other people
- http://agiliq.com/blog/ - The guys are agiliq.com write a lot of stuff about Django
- http://stackoverflow.com/questions/550632/favorite-django-tips-features - Pretty much guess it from the title
- http://lincolnloop.com/django-best-practices/#table-of-contents - Good walkthrough of a Django project. This is before Django 1.3 so the bits on static media aren't are relevant
- Presentations
- http://media.revsys.com/images/django-1.3-cheatsheet.pdf - List of commands for Django 1.3
- http://www.slideshare.net/zeeg/djangocon-2010-scaling-disqus - Lessons from the largest site (I believe) using Django
- http://thebuild.com/presentations/unbreaking-django.pdf - Optimisation tips
- Vim Plugins (Not necessarily Django specific)
- https://github.com/kevinw/pyflakes-vim - Checks for un-used variables and imports
- https://github.com/mhz/vim-matchit - Useful for jumping between HTML tags
- https://github.com/tpope/vim-ragtag - Mappings
- https://github.com/scrooloose/nerdcommenter - Commenting
- Other
- http://www.reddit.com/r/django - Django sub-reddit in reddit
- irc://irc.freenode.net/django - This is where all the pro's hangout on IRC.
Category: Django



Leave a Comment :
Leave a Comment