diff options
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Fri/django.txt')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Fri/django.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Fri/django.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Fri/django.txt deleted file mode 100644 index 2c35f83..0000000 --- a/old/published/Webmonkey/Monkey_Bites/2007/01.08.07/Fri/django.txt +++ /dev/null @@ -1 +0,0 @@ -It's the end of our Django tutorial round-up and as such I thought we'd have a look at the new work-in-progress [Django book][1]. Set to be released in print form later this year by Apress, the book is currently available online right now.
The Django book website (built in Django of course) has been releasing two chapters a week for the last couple of months, currently there are 18 chapters available with more to be announced.
One of the coolest things about the "beta" of the book is the AJAX inline comments that people can leave for the authors. Be sure to click on the little comment bubbles where fellow Django users have expounded and clarified points covered in the main text. [Also, rumor has it that the scripts behind that comment system will be available at some point.]
And finally because I didn't have time to cover as much as I wanted to this week here's a random link list of helpful Django tutorials:
[1]: http://www.djangobook.com/ "The Django book"
* Example models demonstrating [various parts of the model syntax][2].
[2]: http://www.djangoproject.com/documentation/models/ "Model Examples"
* The Django community is big on open source, and there's an [extensive code repository][5] available.
[5]: http://code.djangoproject.com/ "Django Code repository"
* Sample Project for [integrating Flickr][3] into your Django app.
[3]: http://code.djangoproject.org/wiki/FlickrIntegration "Flickr Integration with Django"
* [FileBrowser][4] is a wonderful file uploading app you can integrate into the Django Admin. It offers nearly all the functionality of an FTP client.
[4]: http://trac.dedhost-sil-076.sil.at/trac/filebrowser/ "Django FileBrowser"
* Tips for [enhancing][5] Django's built-in FreeComment functionality
[5]: http://www.b-list.org/weblog/2006/07/16/django-tips-hacking-freecomment "B-List: Hacking FreeComment"
* How to [run a Django cron job][6].
[6]: http://slowchop.com/2006/09/17/creating-a-django-cron-job/ "How to run a Django cron job"
* A great tutorial from Wilson Minor (who designed the Admin interface) on [how to create an online portfolio][7] in Django using only generic views.
[7]: http://www.wilsonminer.com/posts/2006/may/10/are-you-generic/ "Are you generic?"
\ No newline at end of file |