- Installation of Python
- Python Oop's
- Class
- Object
- Constructors
- Packages
- Modules
- Inheritance
- Installation of Sublime Text
- Installation of Django
- 1.Django introduction
- 2.MVC & MVT
- 3.Project Creation
- 4.App Creation
- 1.dynamic URL mapping
- 2.Templates
- Introduction to Html
-
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
- Introduction to Bootstrap and Some examples
- Introduction to Django Admin Page
- Data Rendering from templates to views
- Template Inheritance
-
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
- ORM(Object Relational Mapping)
- CREATE and RETRIEVE Data in Table through Views
- Template Inheritance
- Template Blocks
- CRUD Operations Continuation...
- Edit
- Delete
- Model Forms
-
Srinivas Reddy's Meeting
-
Please join my meeting from your computer, tablet or smartphone.
- New to GoToMeeting? Get the app now and be ready when your first meeting starts:
- Forms in Django
- Messages
- Mysql Connection
- Image Uploading
Video Link Click Here
Video Link2 Click Here
- Email Sending
Video Link Click Here
- Login Validation
- Forget Password
- Change Password
Video Link Click Here
- User Authentication
Video Link Click Here
- User Profile Creation
- Attendance
- Installations for heroku hosting
Video Link Click Here
- 1.Github Account Registration
- 2.Git Bash
- https://git-scm.com/download/win
- 3.Heroku Account Registration
- 4.Heroku installation
- https://devcenter.heroku.com/articles/getting-started-with-python#set-up
- Project Deploying