Cargando…

Beginning Django CMS /

Build a world-class website in less than a week with Django CMS. Beginning Django CMS shows you how to simply and easily write a dynamic website with a full content management system in the backend. It is written for Internet developers who are sick and tired of dealing with complicated, bloated web...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: George, Nigel (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, 2015.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • At a Glance; Contents; About the Author; About the Technical Reviewer; Foreword; Acknowledgments; Introduction; Chapter 1: Working with a CMS; A Brief History; Content Management 101; Content Management Roles; Anatomy of a Modern CMS; What You Will Learn; Summary; Chapter 2: Installing django CMS; Installing Python; Check Whether Python Is Installed; Download and Install Python; Installing a Python Virtual Environment; Installing django CMS; Summary; Chapter 3: Introduction to django CMS; Design Philosophy; The Structure of django CMS; The django CMS Toolbar.
  • The django CMS Side Pane django CMS for Designers and Developers; Summary; Chapter 4: Site Templates; Django Templates 101; Inheritance; Separation of Logic and Presentation; Extensibility; placeholder; static_placeholder; cms_toolbar; Sekizai Tags; Menu Tags; show_menu; Bootstrap; The Bootstrap Grid System; Bootstrap CSS Classes; Bootstrap Components; Tying it all Together; Summary; Chapter 5: Your Blog Website: Templates; Create a Clean Install; Create Your Base Template; Create Your Blog Templates; Summary; Chapter 6: django CMS Plugins; Getting Started; Default Plugins.
  • Installing the Default Plugins The Text Plugin; The Link Plugin; The Picture Plugin; The File Plugin; The Video Plugin; The Multi Columns Plugin; The Style Plugin; The Teaser Plugin; The Flash Plugin; The Google Map Plugin; The Create Alias Plugin; Summary; Chapter 7: Advanced Plugins; Easy Thumbnails; CMSplugin-filer; File Manager; The File Plugin; The Folder Plugin; The Image Plugin; The Link Plugin; The Teaser Plugin; The Video Plugin; djangocms-forms; Creating a Form; Adding Form Fields; Form Administration; Summary; Chapter 8: Authoring in django CMS.
  • The django CMS Toolbar Site Root (example.com); Page; Add Page; Page Settings; Templates; Advances Settings; Permissions; Publishing Dates; Hide in Navigation; Publish/Unpublish Page; Delete Page ; Save as Page Type; History; Toolbar Buttons; Adding Content to Your Site; django CMS Administration; Page Administration; User Management; Authorization and User Permissions; User Model; Groups; Permissions in django CMS; Summary; Chapter 9: Menus and Navigation; Customizing the Menu; Creating a Custom Menu; Breadcrumbs; Social Buttons; Sitemaps; Summary.
  • Chapter 10: Extending django CMS Extending the Page and Title Models; Create the Models; Register Models with Django Admin; Create the Toolbar Item; Add Category to Your Pages; Apps and Apphooks; Apphooks; Extending the Toolbar; Custom Plugins; Sidebar Navigation; Before You Start; Create the Plugin Publisher; Create the Plugin Template; Add Placeholder to Page Template; Add Configuration Options to Your Plugin; Summary; Chapter 11: Next Steps; Deployment; Deploy with Aldryn; Deploy on a Django Host; django CMS Advanced; The Menu System; Multiple Languages ; Testing.