|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn694518522 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
101229s2010 enka o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d E7B
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d NLGGC
|d COO
|d YDXCP
|d C6I
|d OCLCQ
|d OCLCF
|d OCLCQ
|d AGLDB
|d CCO
|d PIFAG
|d ZCU
|d WRM
|d OCLCQ
|d VTS
|d NLE
|d VT2
|d OCLCQ
|d OCLCO
|d UKMGB
|d REC
|d STF
|d M8D
|d UKAHL
|d HS0
|d OCLCQ
|d AJS
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|
015 |
|
|
|a GBB6G3937
|2 bnb
|
016 |
7 |
|
|a 018011831
|2 Uk
|
019 |
|
|
|a 692309510
|a 741252050
|
020 |
|
|
|a 9781847197016
|q (electronic bk.)
|
020 |
|
|
|a 1847197019
|q (electronic bk.)
|
020 |
|
|
|a 9781847197009
|
020 |
|
|
|a 1847197000
|
029 |
1 |
|
|a AU@
|b 000051544387
|
029 |
1 |
|
|a AU@
|b 000053269356
|
029 |
1 |
|
|a DEBBG
|b BV043081643
|
029 |
1 |
|
|a DEBSZ
|b 372808964
|
029 |
1 |
|
|a DEBSZ
|b 421657774
|
029 |
1 |
|
|a NZ1
|b 13869817
|
029 |
1 |
|
|a UKMGB
|b 018011831
|
035 |
|
|
|a (OCoLC)694518522
|z (OCoLC)692309510
|z (OCoLC)741252050
|
037 |
|
|
|b 01201872
|
050 |
|
4 |
|a TK5105.888
|b .L44 2010eb
|
072 |
|
7 |
|a COM
|x 087000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060150
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 034000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7/8
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Legg, Jesse.
|
245 |
1 |
0 |
|a Django 1. 2 e-commerce :
|b build powerful e-commerce applications using Django, a leading Python web framework /
|c Jesse Legg.
|
260 |
|
|
|a Birmingham, U.K. :
|b Packt Pub.,
|c ©2010.
|
300 |
|
|
|a 1 online resource (iv, 229 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Annotation
|b Django is a high-level Python web framework that was developed by a fast-moving online-news operation to meet the stringent twin challenges of newsroom deadlines and the needs of web developers. It provides an excellent basis to build e-commerce websites because it can be deployed fast and it responds quickly to changes due to its ability to handle content problems. Django with its proven strengths is all you need to build powerful e-commerce applications with a competitive edge.<br /><br />This book explores how the Django web framework and its related technologies can power the next leap forward for e-commerce and business on the Web. It shows you how to build real-world applications using this rapid and powerful development tool.<br /><br />The book will enable you to build a high quality e-commerce site quickly and start making money. It starts with the ambitious task of using Django to build a functional e-commerce store in less than 30 minutes, and then proceeds to enhance this design through the rest of the book. The book covers the basics of an e-commerce platform like product catalogs, shopping carts, and payment processing. By the end of the book, you will be able to enhance the application by adding a fully-functional search engine, generating PDF-based reports, adding interactivity to the user-interface, selling digital goods with micropayments, and managing deployment and maintenance tasks.<br /><br />Explore Django and related web technologies to learn how they can power the next leap forward in e-commerce and business on the Web<br /><br /><br />What you will learn from this book :<br />Leverage Django's strengths to build powerful applications quickly<br />Employ Django Models and Views to create a product catalog<br />Build a flexible categorization system to organize products<br />Create XML templates for selling products through the Google Checkout API<br />Employ advanced Django techniques like class-based and generic views, pluggable resources, and reusable applications<br />Simplify the development process using community projects like django-registration and django-profiles<br />Create fully-featured search engines to index and categorize a product catalog<br />Create integrations with leading web services and technologies like JSON, Salesforce, Amazon Aggregated Payments, and jQuery<br />Explore advanced Django and Python design concepts like class-based generic views and pluggable backends<br />Enhance your e-commerce site's UI with Javascript-Django integration<br />Utilize Django's storage backend to support content storage on Amazon S3<br />Sell digital goods and media using Amazon's FPS micropayments service<br /><br />Approach<br />Packed with code examples and configuration hints for related web technologies, the book helps you add a new feature to your store in each chapter. It also provides additional documentation and comments for popular web APIs.<br /><br /><br />Who this book is written for<br />If you are a Django developer and wish to build an e-commerce application, then this book is for you. You need to be familiar with the basics of developing in Django.<br />
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Django and e-commerce Development; 21st Century web development; Django as an e-commerce platform; The model-template-view pattern; Payment processors and shopping carts; Exploring the Django framework; What's in a Django app?; Solving small problems; Reusable apps; Organizing Django projects; Preparing the development environment; Django 1.2; Summary; Chapter 2: Setting Up Shop in 30 Minutes; Designing a product catalog; Creating the product model; Categorizing products
|
505 |
8 |
|
|a Adding additional product detailsViewing the product catalog; Designing simple product HTML templates; Getting paid: A quick payment integration; Summary; Chapter 3: Handling Customers and Their Orders; Django's auth module; Django users and profiles; Creating accounts with django-registration; Extending the user model with django-profiles; The customer profile; Taking orders: Models; Taking orders: Views; Shopping carts and Django sessions; Checking out: Take two; Super-simple customer reviews; Summary; Chapter 4: Building Payment Processors; Building a generic payment processor app
|
505 |
8 |
|
|a Class-based viewsImplementing a checkout view base class; Saving the order; A Google Checkout class; An Amazon Checkout class; The Amazon Callback view; PayPal and other payment processors; Summary; Chapter 5: From Payment to Porch: An Order Pipeline; Adding status information to orders; SSL and security considerations; Order processing overview; Notification API; Order Processing API; Calculating shipping charges; A simple CRM tool; Other payment services; Summary; Chapter 6: Searching the Product Catalog; Stupidly simple search; MySQL simple index searches; Search engines overview; Sphinx
|
505 |
8 |
|
|a SolrWhoosh; Xapian; Haystack; Configuring the Sphinx search engine; Defining the data source; Defining the indexes; Building and testing our index; Searching Sphinx from Python; Simplifying searching with django-sphinx; The Whoosh search engine; Haystack search for Django; Haystack searches; Haystack for real-time search; Xapian/Djapian; Searching indexes; Advanced Xapian features; Summary; Chapter 7: Data and Report Generation; Exposing data and APIs; Django-piston: A mini-framework for data APIs; Django's syndication framework; Django sitemaps; ReportLab: Generating PDF reports from Python
|
505 |
8 |
|
|a Creating PDF viewsSalesforce.com integration; Salesforce Object Query Language; Practical use-cases; Summary; Chapter 8: Creating Rich, Interactive UIs; JavaScript: A quick overview; JavaScript Object Notation; Event-driven programming; JavaScript frameworks: YUI; JavaScript frameworks: jQuery; Graceful degradation and progressive enhancement; Creating product ratings; Design aside: User experience and AJAX; Product rating view; Constructing the template; Writing the JavaScript; Debugging JavaScript; Summary; Chapter 9: Selling Digital Goods; Subscription sales; Digital goods sales
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Django (Electronic resource)
|
630 |
0 |
7 |
|a Django (Electronic resource)
|2 fast
|0 (OCoLC)fst01780807
|
650 |
|
0 |
|a Web sites
|x Authoring programs.
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
6 |
|a Sites Web
|x Systèmes-auteur.
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Digital Media
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x User Generated Content.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Interactive & Multimedia.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Site Design.
|2 bisacsh
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|0 (OCoLC)fst01084736
|
650 |
|
7 |
|a Web sites
|x Authoring programs.
|2 fast
|0 (OCoLC)fst01173249
|
776 |
0 |
8 |
|i Print version:
|a Legg, Jesse.
|t Django 1. 2 e-commerce.
|d Birmingham, U.K. : Packt Publishing, ©2010
|z 9781847197009
|w (OCoLC)692309510
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348205
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26942855
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10439339
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 348205
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 4351090
|
994 |
|
|
|a 92
|b IZTAP
|