Skip to content

Srinivasareddymediboina/Django-Batch5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development Using Django-Batch5


Click Here for syllabus

Note: Video Links will expire in 2 days.


Day 1(24-08-20)

Day 1 Content

  • Installation of Python
  • Python Oop's
    • Class
    • Object
    • Constructors

Day 2(25-08-20)

Day 2 Content

  • Packages
  • Modules
  • Inheritance
  • Installation of Sublime Text
  • Installation of Django

Day 3(26-08-20)

Day 3 Content

  • 1.Django introduction
  • 2.MVC & MVT
  • 3.Project Creation
  • 4.App Creation

Day 4(27-08-20)

Day 4 Content

  • 1.dynamic URL mapping
  • 2.Templates
    • Introduction to Html

Video Link [Click Here]


Day 5(28-08-20)

Day 5 Content

  • Html Introduction and Sample Programs

  • Static File Handling

  • Introduction to CSS

    • 1.Element Selector
    • 2.Id Selector
    • 3.Class Selector
    • 4.Univarsal Selector
    • 5.Group Selector
  • Inline CSS

  • Internal CSS

  • External CSS

  • JavaScript

Video Link [Click Here]


Day 6(29-08-20)

Day 6 Content

  • Introduction to Bootstrap and Some examples
  • Introduction to Django Admin Page

Video Link [Click Here]


Day 7(31-08-20)

Day 7 Content

  • Data Rendering from templates to views
  • Template Inheritance

Day 8(01-09-20)

Concepts:

  • Model Creation

    • Databases: mysql,postgresql,oracle,sqlite3,mongoDB By default, Django provides sqlite3 database engine.
  • Migrations:

    • python manage.py makemigrations --> to generate interface file
    • python manage.py migrate ---> to convert our model into db table
  • Admin:

    • localhost:8000/admin (or) 127.0.0.1:8000/admin
    • python manage.py createsuperuser

Day 9(02-09-20)

Concepts:

  • ORM(Object Relational Mapping)

Day 10(03-09-20)

Concepts:

  • CREATE and RETRIEVE Data in Table through Views
  • Template Inheritance
  • Template Blocks

Day 11(04-09-20)

Concepts:

  • CRUD Operations Continuation...
    • Edit
    • Delete

Day 12(05-09-20)

Concepts:

  • Model Forms

New Meeting I'd for Monday Class

Access Code: 709-510-005

  • New to GoToMeeting? Get the app now and be ready when your first meeting starts:

Day 13(07-09-20)

Concepts

  • Forms in Django
  • Messages
  • Mysql Connection
  • Image Uploading

Video Link Click Here

Video Link2 Click Here


Day 14(08-09-20)

Concepts

  • Email Sending

Video Link Click Here


Day 15(09-09-20)

Concepts

  • Login Validation
  • Forget Password
  • Change Password

Video Link Click Here


Day 16(10-09-20)

Concepts

  • User Authentication

Video Link Click Here


Day 17(11-09-20)

Concepts

  • User Profile Creation
  • Attendance
  • Installations for heroku hosting

Video Link Click Here

Requirements for hosting


Day 18(12-09-20)

Concepts

  • Project Deploying

Payment Gateway Videos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages