4
Django Django www.sevenmentor.com

Django - Sevenmentor Pvt. Ltd · 2019-08-20 · Django Prerequisite: Introduction to HTML5, CSS3 and Bootstrap Django Framework Introduction to Django Installing Django Setting up

  • Upload
    others

  • View
    17

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Django - Sevenmentor Pvt. Ltd · 2019-08-20 · Django Prerequisite: Introduction to HTML5, CSS3 and Bootstrap Django Framework Introduction to Django Installing Django Setting up

DjangoDjango

www.sevenmentor.com

Page 2: Django - Sevenmentor Pvt. Ltd · 2019-08-20 · Django Prerequisite: Introduction to HTML5, CSS3 and Bootstrap Django Framework Introduction to Django Installing Django Setting up

www.sevenmentor.com

Django Prerequisite:

Introduction to HTML5, CSS3 and Bootstrap Django Framework

Introduction to DjangoInstalling DjangoSetting up a databaseStarting a projectDifference between a App and a ProjectRole of Flask and Django Basics of Dynamic Web Pages

Dynamic ContentMapping URLs to viewsRequest Processing by DjangoA overview of settings le in DjangoPretty Error Pages The Django Template System

Template System BasicUsing Template SystemBasic Template and FiltersHow to Congure TemplateTemplate LoadingTemplate InheritenceCourse Name Interacting with databases

Dumb wayMTV wayConguring the databaseDening Models in PythonSelecting and Deleting ObjectsWhat are Migrations and Why we do that

Page 3: Django - Sevenmentor Pvt. Ltd · 2019-08-20 · Django Prerequisite: Introduction to HTML5, CSS3 and Bootstrap Django Framework Introduction to Django Installing Django Setting up

www.sevenmentor.com

The Django Administration site

Activating the admin interfaceUsing the admin interfaceCustomizing the interfaceAdmin part (How to create Superuser in Python)What are Models?Models and Admin LinkupModelform creation Form Processing

Creating a feedback formCustom look and feelCreating Forms and modelsForm ValidationWhat is Context in DjangoCustom FormHow to setup Email in our Projects Advanced Views and URLconfs

Streamlining Function ImportsUsing Named GroupCapturing Texts in URLsURL RoutingWhat is Render and relative importURL names as Links Generic Views

Using Generic ViewsGeneric Views of objectsCourse Name Extending Generic Views

Page 4: Django - Sevenmentor Pvt. Ltd · 2019-08-20 · Django Prerequisite: Introduction to HTML5, CSS3 and Bootstrap Django Framework Introduction to Django Installing Django Setting up

www.sevenmentor.com

Extending Template Engine

Template Language ReviewRequest Context and ProcessorInside Template LoadingExtending Template SystemWriting Custom Template Loaders Sessions and Registration

Djangos Session FrameworkUsers and AuthenticationPermissions, Groups, Messages and ProlesHow to add Authentication in Django Project with help of Registration Redux module