Changes between Version 425 and Version 426 of DjangoResources


Ignore:
Timestamp:
Sep 5, 2014, 7:54:51 PM (10 years ago)
Author:
Jacinda Shelly
Comment:

Updated Books section to be broken up by section

Legend:

Unmodified
Added
Removed
Modified
  • DjangoResources

    v425 v426  
    2828== Django books ==
    2929
     30
    3031=== Organized by Django Version (Newest to Oldest)  ===
    3132
     33==== 1.7 ====
     34==== 1.6 ====
    3235 * [http://twoscoopspress.com/products/two-scoops-of-django-1-6 Two Scoops of Django: Best Practices for Django 1.6] - Chock-full of even more material that will help you with your Django projects!
     36
     37==== 1.5 ====
    3338 * [http://www.tangowithdjango.com How to Tango with Django] - a beginners guide to web development with Django 1.5.4
    3439 * [http://www.amazon.com/Pro-Django-Marty-Alchin-ebook/dp/B00DREFRDQ/ Pro Django] - Leverage your Django skills with this advanced reference guide.
    3540 * [http://www.packtpub.com/django-1-5-application-development-starter/book Instant Django 1.5 Application Development Starter] - Jump into Django with this hands-on guide to practical web application development with Python
    3641 * [http://twoscoopspress.com/products/two-scoops-of-django-1-5 Two Scoops of Django: Best Practices for Django 1.5] - Chock-full of material that will help you with your Django projects.
     42
     43==== 1.2 ====
     44 * [https://www.packtpub.com/django-1-2-e-commerce-build-powerful-applications/book Django 1.2 E-commerce]- Build powerful e-commerce applications using Django, a leading Python web framework
     45 * [https://www.packtpub.com/django-javascript-integration-ajax-and-jquery/book/ Django JavaScript Integration: AJAX and jQuery]- Develop AJAX applications using Django and jQuery.
     46
     47==== 1.1 ====
    3748 * [http://www.amazon.com/Beginning-Django-E-Commerce-James-McGaw/dp/1430225351/ Beginning Django E-Commerce] - Learn how to build e-commerce shopping cart web applications with Django
    38  * [https://www.packtpub.com/django-1-2-e-commerce-build-powerful-applications/book Django 1.2 E-commerce]- Build powerful e-commerce applications using Django, a leading Python web framework
    3949 * [https://www.packtpub.com/django-1-1-testing-and-debugging/book Django 1.1 Testing and Debugging]- Building rigorously tested and bug-free Django applications.
    40  * [http://www.amazon.co.uk/Django-Visual-QuickPro-Guide-Guides/dp/0321643402/ref=sr_1_11?s=books&ie=UTF8&qid=1275400529&sr=1-11 Django: Visual QuickPro Guide (Visual QuickPro Guides)]
     50
     51==== 1.0 ====
    4152 * [https://www.packtpub.com/django-1-0-website-development-2nd-edition/book Django 1.0 Website Development]- Build powerful web applications, quickly and cleanly, with the Django application framework.
    4253 * [https://www.packtpub.com/django-1.0-template-design-practical-guide/book/ Django 1.0 Template Development]- A practical guide to Django template development with custom tags, filters, multiple templates, caching, and more.
     54 * [http://www.amazon.com/gp/product/1590597257?ie=UTF8&tag=jacobianorg-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1590597257/ The Definitive Guide to Django: Web Development Done Right] (Print Version of [http://www.djangobook.com/en/2.0/index.html] djangobook.com
     55
     56==== 0.96 ====
    4357 * [https://www.packtpub.com/django-website-development-tutorial/book/ Learning Website Development with Django]- A beginner's tutorial to building web applications, quickly and cleanly, with the Django application framework.
    44  * [https://www.packtpub.com/django-javascript-integration-ajax-and-jquery/book/ Django JavaScript Integration: AJAX and jQuery]- Develop AJAX applications using Django and jQuery.
    45  * [http://www.amazon.com/gp/product/1590597257?ie=UTF8&tag=jacobianorg-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1590597257/ The Definitive Guide to Django: Web Development Done Right]
     58
    4659
    4760== Django application components ==
     
    471484 * [http://djangosearch.com/ DjangoSearch] - A multilingual search engine for Django and archive of all articles. -- Deprecated: 5 Sep 2014; Reason: Last update was almost two years ago announcing release of Django 1.5.
    472485 * [http://www.django-apps.com/ django-apps.com] - A catalog of complete django applications -- Deprecated: 5 Sep 2014; Reason: Link is dead.
     486 * [http://www.amazon.co.uk/Django-Visual-QuickPro-Guide-Guides/dp/0321643402/ref=sr_1_11?s=books&ie=UTF8&qid=1275400529&sr=1-11 Django: Visual QuickPro Guide (Visual QuickPro Guides)] Deprecated: 5 Sep 2014; Reason: Book is out of date and only has 1 star on Amazon.
Back to Top