Django in Action
In Django in Action you’ll dive deep into Django as you build a complete multi-user website. Hands-on from the start, each chapter introduces new features to your site, including password management and authentication, web forms and file uploads, and dynamic, JavaScript-like interactivity. You’ll se...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
New York :
Manning Publications Co. LLC
2024.
|
Edición: | 1st ed |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009843327806719 |
Tabla de Contenidos:
- copyright
- contents
- Django in Action
- dedication
- foreword
- preface
- acknowledgments
- about this book
- about the author
- about the cover illustration
- Part 1 Django essentials
- 1 Django unfolds
- 1.1 Django’s parts
- 1.1.1 Mapping URLs, Django views, and the MVC model
- 1.1.2 Databases: Dynamic sites need data
- 1.1.3 Structuring HTML for reuse
- 1.1.4 Multiuser sites
- 1.2 What can you do with Django?
- 1.2.1 Server-side, single-page, and mixed-page applications
- 1.2.2 When and where you should use it
- 1.2.3 Potential projects
- 1.2.4 The RiffMates project
- 2 Your first Django site
- 2.1 The RiffMates project
- 2.2 Creating a Django project
- 2.3 Projects vs. apps
- 2.4 Your first Django app
- 2.5 Your first Django view
- 2.6 Registering a route
- 2.7 Visiting your view