Description
INTRODUCTION
Django: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
With Django, you can take Web applications from concept to launch in a matter of hours. Django takes
care of much of the hassle of Web development, so you can focus on writing your app without needing
to reinvent the wheel.
Structured Query Language: SQL is a standard Database language that is used to create, maintain and retrieve data from relational databases. SQL is the standard language for Relational Database System. All the Relational Database Management Systems (RDMS) like MySQL, MS Access, Oracle, Sybase, Informix, Postgres, and SQL Server use SQL as their standard database language
HTML: HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is the combination of Hypertext and Markup language.
CSS: Cascading Style Sheets, fondly referred to as CSS, is a simply designed language intended to simplify the process of making web pages presentable. CSS allows you to apply styles to web pages.
Course Over View: The goal of this tutorial is to build a Web application where the Web content can be created and updated through an administration panel. Web contents are displayed on the page and can be deleted if needed. The overall application provides CRUD (Create, Read, Update, Delete) functionality.
This Entire Course on Django focuses on basic yet essential concepts that are needed in every Django Web Development and basics of front-end technology like HTML and CSS.
Reviews
There are no reviews yet.