After Django


Book Description

How did French musicians and critics interpret jazz—that quintessentially American music—in the mid-twentieth century? How far did players reshape what they learned from records and visitors into more local jazz forms, and how did the music figure in those angry debates that so often suffused French cultural and political life? After Django begins with the famous interwar triumphs of Josephine Baker and Django Reinhardt, but, for the first time, the focus here falls on the French jazz practices of the postwar era. The work of important but neglected French musicians such as André Hodeir and Barney Wilen is examined in depth, as are native responses to Americans such as Miles Davis and Thelonious Monk. The book provides an original intertwining of musical and historical narrative, supported by extensive archival work; in clear and compelling prose, Perchard describes the problematic efforts towards aesthetic assimilation and transformation made by those concerned with jazz in fact and in idea, listening to the music as it sounded in discourses around local identity, art, 1968 radicalism, social democracy, and post colonial politics.




Django for Professionals


Book Description

Completely updated for Django 4.0! Django for Professionals takes your web development skills to the next level, teaching you how to build production-ready websites with Python and Django. Once you have learned the basics of Django there is a massive gap between building simple "toy apps" and what it takes to build a "production-ready" web application suitable for deployment to thousands or even millions of users. In the book you’ll learn how to: * Build a Bookstore website from scratch * Use Docker and PostgreSQL locally to mimic production settings * Implement advanced user registration with email * Customize permissions to control user access * Write comprehensive tests * Adopt advanced security and performance improvements * Add search and file/image uploads * Deploy with confidence If you want to take advantage of all that Django has to offer, Django for Professionals is a comprehensive best practices guide to building and deploying modern websites.




Django Girls Tutorial


Book Description

Welcome to the Django Girls Tutorial! We are happy to see you here: ) In this tutorial, we will take you on a journey under the hood of web technologies, offering you a glimpse of all the bits and pieces that need to come together to make the web work as we know it. As with all unknown things, this is going to be an adventure - but no worries, since you already worked up the courage to be here, you'll be just fine: )




Django


Book Description

Django Reinhardt was arguably the greatest guitarist who ever lived, an important influence on Les Paul, Charlie Christian, B.B. King, Jerry Garcia, Chet Atkins, and many others. Yet there is no major biography of Reinhardt. Now, in Django, Michael Dregni offers a definitive portrait of this great guitarist. Handsome, charismatic, childlike, and unpredictable, Reinhardt was a character out of a picaresque novel. Born in a gypsy caravan at a crossroads in Belgium, he was almost killed in a freak fire that burned half of his body and left his left hand twisted into a claw. But with this maimed left hand flying over the frets and his right hand plucking at dizzying speed, Django became Europe's most famous jazz musician, commanding exorbitant fees--and spending the money as fast as he made it. Dregni not only chronicles this remarkably colorful life--including a fascinating account of gypsy culture--but he also sheds much light on Django's musicianship. He examines his long musical partnership with violinist Stéphane Grappelli--the one suave and smooth, the other sharper and more dissonant--and he traces the evolution of their novel string jazz ensemble, Quintette du Hot Club de France. Indeed, the author spotlights Django's amazing musical diversity, describing his swing-styled Nouveau Quintette, his big band Django's Music, and his later bebop ensemble, as well as his many compositions, including symphonic pieces influenced by Ravel and Debussy and his unfinished organ mass inspired by Bach. And along the way, the author offers vivid snapshots of the jazz scene in Paris--colorful portraits of Josephine Baker, Bricktop, Louis Armstrong, Coleman Hawkins, and countless others--and of Django's vagabond wanderings around France, Europe, and the United States, where he toured with Duke Ellington. Capturing the extraordinary life and times of one of the great musicians of the twentieth century, Django is a must-read portrait of a true original.




The Definitive Guide to Django


Book Description

Django, the Python-based Web development framework, is one of the hottest topics in Web development today. Its creator (and co-author of this book) Adrian Holovaty has built a compelling array of Web applications using Django, including http://chicagocrime.org. Django creator Adrian Holovaty and lead developer Jacob Kaplan-Moss have created this book as the definitive guide to the technology. Beginning with fundamentals such as installation and configuration, the book tackles sophisticated features of Django, such as outputting non-HTML content such as RSS feeds and PDFs, caching, and user management. Also includes a detailed reference to Django’s many configuration options and commands.




Django for Beginners


Book Description

Learn how to build, test, and deploy real-world web applications using Python and Django.




Django Generations


Book Description

Django Generations shows how relationships between racial identities, jazz, and national belonging become entangled in France. Jazz manouche—a genre known best for its energetic, guitar-centric swing tunes—is among France’s most celebrated musical practices of the twentieth and twenty-first centuries. It centers on the recorded work of famed guitarist Django Reinhardt and is named for the ethnoracial subgroup of Romanies (also known, often pejoratively, as “Gypsies”) to which Reinhardt belonged. French Manouches are publicly lauded as bearers of this jazz tradition, and many take pleasure and pride in the practice while at the same time facing pervasive discrimination. Jazz manouche uncovers a contradiction at the heart of France’s assimilationist republican ideals: the music is portrayed as quintessentially French even as Manouches themselves endure treatment as racial others. In this book, Siv B. Lie explores how this music is used to construct divergent ethnoracial and national identities in a context where discussions of race are otherwise censured. Weaving together ethnographic and historical analysis, Lie shows that jazz manouche becomes a source of profound ambivalence as it generates ethnoracial difference and socioeconomic exclusion. As the first full-length ethnographic study of French jazz to be published in English, this book enriches anthropological, ethnomusicological, and historical scholarship on global jazz, race and ethnicity, and citizenship while showing how music can be an important but insufficient tool in struggles for racial and economic justice.




Django


Book Description

Born into a travelling gypsy family, young Django Reinhardt taught himself guitar at an early age. He was soon acclaimed as the "Gypsy Genius" and "Prodigy Boy," but one day his world changed completely when a fire claimed the use of his fretting hand. Folks said Django would never play again, but with passion and perserverance he was soon setting the world's concert stages ablaze. Bonnie Christensen's gorgeous oil paintings and jazzy, syncopated text perfectly depict the man and his music.




Python Web Development with Django


Book Description

Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django®, three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release. The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You’ll discover how Django leverages Python’s development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You’ll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including Simple Web log (blog) Online photo gallery Simple content management system Ajax-powered live blogger Online source code sharing/syntax highlighting tool How to run your Django applications on the Google App Engine This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, providing a deep understanding of its major components (models, views, templates), and how they come together to form complete Web applications. After a discussion of four independent working Django applications, coverage turns to advanced topics, such as caching, extending the template system, syndication, admin customization, and testing. Valuable reference appendices cover using the command-line, installing and configuring Django, development tools, exploring existing Django applications, the Google App Engine, and how to get more involved with the Django community. Introduction 1 Part I: Getting Started Chapter 1: Practical Python for Django 7 Chapter 2: Django for the Impatient: Building a Blog 57 Chapter 3: Starting Out 77 Part II: Django in Depth Chapter 4: Defining and Using Models 89 Chapter 5: URLs, HTTP Mechanisms, and Views 117 Chapter 6: Templates and Form Processing 135 Part III: Django Applications by Example Chapter 7: Photo Gallery 159 Chapter 8: Content Management System 181 Chapter 9: Liveblog 205 Chapter 10: Pastebin 221 Part IV: Advanced Django Techniques and Features Chapter 11: Advanced Django Programming 235 Chapter 12: Advanced Django Deployment 261 Part V: Appendices Appendix A: Command Line Basics 285 Appendix B: Installing and Running Django 295 Appendix C: Tools for Practical Django Development 313 Appendix D: Finding, Evaluating, and Using Django Applications 321 Appendix E: Django on the Google App Engine 325 Appendix F: Getting Involved in the Django Project 337 Index 339 Colophon 375




Beginning Django


Book Description

Discover the Django web application framework and get started building Python-based web applications. This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications. Beginning Django also covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email. Along with material on data access with SQL queries, you’ll have all you need to get up and running with Django 1.11 LTS, which is compatible with Python 2 and Python 3. Once you’ve built your web application, you’ll need to be the admin, so the next part of the book covers how to enforce permission management with users and groups. This technique allows you to restrict access to URLs and content, giving you total control of your data. In addition, you’ll work with and customize the Django admin site, which provides access to a Django project’s data. After reading and using this book, you’ll be able to build a Django application top to bottom and be ready to move on to more advanced or complex Django application development. What You'll Learn Get started with the Django framework Use Django views, class-based views, URLs, middleware, forms, templates, and Jinja templates Take advantage of Django models, including model relationships, migrations, queries, and forms Leverage the Django admin site to get access to the database used by a Django project Deploy Django REST services to serve as the data backbone for mobile, IoT, and SaaS systems Who This Book Is For Python developers new to the Django web application development framework and web developers new to Python and Django.