000 08782cam a2200697Ia 4500
001 ocn936630063
003 OCoLC
005 20240829145151.0
006 m d
007 cr |n|||||||||
008 160205s2016 enk o 001 0 eng d
040 _aIDEBK
_beng
_epn
_cIDEBK
_dN$T
_dUMI
_dTEFOD
_dOCLCF
_dTEFOD
_dVT2
_dDEBSZ
_dOCLCQ
_dDEBBG
_dOCLCQ
_dCEF
_dNLE
_dUKMGB
_dMQY
_dUAB
_dG3B
_dIGB
_dUKAHL
_dRDF
_dOCLCO
_dOCLCQ
_dQGK
_dOCLCO
_dOCLCL
_dTMA
015 _aGBB6G3484
_2bnb
016 7 _a018010586
_2Uk
019 _a939394726
_a1259057025
020 _a1785881329
_q(electronic bk.)
020 _a9781785881329
_q(electronic bk.)
020 _z9781785886775
020 _z1785886770
035 _a1163377
_b(N$T)
035 _a(OCoLC)936630063
_z(OCoLC)939394726
_z(OCoLC)1259057025
037 _a892673
_bMIL
050 4 _aTK5105.888
072 7 _aCOM
_x060130
_2bisacsh
082 0 4 _a005.72
_223
049 _aMAIN
100 1 _aBendoraitis, Aidas,
_eauthor.
_9765775
245 1 0 _aWeb development with Django cookbook :
_bover 90 practical recipes to help you create scalable websites using the Django 1.8 framework /
_cAidas Bendoraitis.
250 _aSecond edition.
264 1 _aBirmingham :
_bPackt Publishing,
_c2016.
300 _a1 online resource (384).
336 _atext
_btxt
_2rdacontent
337 _acomputer
_bc
_2rdamedia
338 _aonline resource
_bcr
_2rdacarrier
347 _atext file
490 1 _aQuick answers to common problems
588 0 _aOnline resource; title from PDF title page (EBSCO, viewed March 17, 2016).
500 _aIncludes index.
520 8 _aAnnotation
_bOver 70 practical recipes to help you create scalable websites using the Django 1.8 frameworkAbout This Book This is the latest book on the market that will help you take advantage of the new features added to Django 1.8 This book consists of recipes of varying complexities to help you create multilingual, responsive, and scalable websites with Django This updated edition teaches you major Django functions and will help you improve your skills by developing models, forms, views, and templatesWho This Book Is ForThis book is for intermediate-level and professional Django users who need to build projects that are multilingual, functional on devices of different screen sizes, and that scale over a period of time. If you have created websites with Django but you want to sharpen your knowledge and learn some good approaches to different aspects of web development, you should definitely read this book. What You Will Learn Get started with the basic configuration necessary to start any Django project Build a database structure out of reusable model mixins Manage forms and views and get to know some useful patterns that are used to create them Create handy template filters and tags that you can reuse in every project Integrate your own functionality into the Django CMS Manage hierarchical structures with MPTT Import data from local sources and external web services as well as exporting your data to third parties Implement a multilingual search with Haystack Test and deploy your project efficientlyIn DetailDjango is a web framework that was designed to strike a balance between rapid web development and high performance. It has the capacity to handle applications with high levels of user traffic and interaction, and can integrate with massive databases on the backend, constantly collecting and processing data in real time. Through this book, you'll discover that collecting data from different sources and providing it to others in different formats isn't as difficult as you thought. It follows a task-based approach to guide you through all the web development processes using the Django framework. We'll start by setting up the virtual environment for a Django project and configuring it. Then you'll learn to write reusable pieces of code for your models and find out how to manage database schema changes using South migrations. After that, we'll take you through working with forms and views to enter and list data. With practical examples on using templates and JavaScript together, you will discover how to create the best user experience. In the final chapters, you'll be introduced to some programming and debugging tricks and finally, you will be shown how to test and deploy the project to a remote dedicated server. By the end of this book, you will have a good understanding of the new features added to Django 1.8 and be an expert at web development processes. Style and approachEvery chapter consists of practical examples and a mix of basic and advanced recipes that will guide you through the entire web development process, starting from project configuration and taking you right through to deployment.
505 0 _aCover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Django 1.8; Chapter 2: Database Structure; Chapter 3: Forms and Views; Chapter 4: Templates and JavaScript; Chapter 5: Custom Template Filters and Tags; Chapter 6: Model Administration; Chapter 7: Django CMS; Chapter 8: Hierarchical Structures; Chapter 9: Data Import and Export; Chapter 10: Bells and Whistles; Chapter 11: Testing and Deployment; Index; Introduction; Working with a virtual environment; Creating a project file structure
505 8 _aHandling project dependencies with pipMaking your code compatible with both Python 2.7 and Python 3; Including external dependencies in your project; Configuring settings for development, testing, staging, and production ; environments; Defining relative paths in the settings; Creating and including local settings; Setting up STATIC_URL dynamically for Subversion users; Setting up STATIC_URL dynamically for Git users; Setting UTF-8 as the default encoding for MySQL configuration; Setting the Subversion ignore property; Creating the Git ignore file; Deleting Python-compiled files
505 8 _aRespecting the import order in Python filesCreating app configuration; Defining overwritable app settings; Introduction; Using model mixins; Creating a model mixin with URL-related methods; Creating a model mixin to handle creation and modification dates; Creating a model mixin to take care of meta tags; Creating a model mixin to handle generic relations; Handling multilingual fields; Using migrations; Switching from South migrations to Django migrations; Changing a foreign key to the many-to-many field; Introduction; Passing HttpRequest to the form; Utilizing the save method of the form
505 8 _aUploading imagesCreating a form layout with django-crispy-forms; Downloading authorized files; Filtering object lists; Managing paginated lists; Composing class-based views; Generating PDF documents; Implementing a multilingual search with Haystack; Introduction; Arranging the base.html template; Including JavaScript settings; Using HTML5 data attributes; Opening object details in a modal dialog; Implementing a continuous scroll; Implementing the Like widget; Uploading images by Ajax; Introduction; Following conventions for your own template filters and tags
505 8 _aCreating a template filter to show how many days have passed since a post was published; Creating a template filter to extract the first media object; Creating a template filter to humanize URLs; Creating a template tag to include a template if it exists; Creating a template tag to load a QuerySet in a template; Creating a template tag to parse content as a template; Creating a template tag to modify request query parameters; Introduction; Customizing columns on the change list page; Creating admin actions; Developing change list filters; Customizing default admin settings
590 _aAdded to collection customer.56279.3
630 0 0 _aDjango (Electronic resource)
_9454443
630 0 7 _aDjango (Electronic resource)
_2fast
_9454443
650 0 _aWeb site development.
_9973
650 6 _aSites Web
_xDéveloppement.
_9119973
650 7 _aCOMPUTERS
_xWeb
_xDesign.
_2bisacsh
_9304526
650 7 _aWeb site development
_2fast
_9973
655 0 4 _aElectronic books.
_9396
758 _ihas work:
_aWeb development with Django cookbook (Text)
_1https://id.oclc.org/worldcat/entity/E39PCXq7QbwkXFFJVwBbDH36Gb
_4https://id.oclc.org/worldcat/ontology/hasWork
776 0 8 _iErscheint auch als:
_nDruck-Ausgabe
830 0 _aQuick answers to common problems.
_9540259
856 4 0 _3EBSCOhost
_uhttps://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=1163377
938 _aAskews and Holts Library Services
_bASKH
_nAH30053563
938 _aEBSCOhost
_bEBSC
_n1163377
938 _aProQuest MyiLibrary Digital eBook Collection
_bIDEB
_ncis33698659
994 _a92
_bN$T
999 _c681199
_d681199