Django
Call us directly at , : +91-7095447721, +91-9533344772 for paying the fees, seasonal discounts or any other information.
Register here for any FREE demos for this course and many other courses.
What you will get when you take this course:
- World-class course content taught live by the expert Dr R Nageswara Rao.
- Project that is developed throughout the course step-by-step in the classroom.
- Zoom link for the class daily from course start to end date to your mail.
- Opportunity to clarify your doubts at the end of each class.
- Placement Assistance by posting available jobs, exclusively for Datatechs students.
- Certificate of Completion upon successful completion of the course.
Django Syllabus (Includes Project)
- Html
- CSS
- Javascript
- Bootstrap
- Features of Django
- Django web server
- Understanding Django environment
- A simple ‘Hello world’ application
- Django architecture
- MVC and MTV
- Starting a project
- Django apps
- Activating our first app
- A view that displays a hyperlink
- Mapping the views to URLs
- Running our first app
- Improving the views using templates
- The improved templates
- Template inheritance
- Sending data from url to view
- Sending data from view to template
- Starting a project
- Creating an app inside the project
- Activating the app
- Creating model for our site
- Converting the model into a table
- Examples for Fields in Models
- Basic data access using Django shell
- Saving objects into database
- Retrieving objects from database
- Modifying objects of database
- Sorting objects
- Filtering objects
- Deleting objects
- Making changes in the data model
- Using the admin interface
- Customizing the admin interface
- Adding users
- Data access and modification using admin panel
- Giving permissions to users
- The Django template system
- Template Inheritance
- Improving the website
- Adding background color for web pages
- Adding banner to the web site
- Adding background image in the web pages
- Storing and displaying images
- Adding users to our site
- Uploading the information by user
- Changing the administration interface title
- Forms basics
- Creating Contact Us form
- Form field examples
- Configuring email settings
- Sending emails with Django
- Django template tags
- If/else
- If/elif/else
- For
- Comments
- Filters
- Using templates to display data in the site
- Introduction to Bootstrap
- Creating tables
- Creating grids
- Creating carousels
- Difference between session and cookie
- Creating sessions and cookies in Django
- Using SQLite
- Configuring MySQL database
- Working with MySQL in Django
- Configuring Oracle database
- Working with Oracle in Django
- CRUD operations
- Project life cycle
- Creating a functional website in Django