kudoabhijeet / CodeDjango

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.

Home Page:https://www.djangoproject.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeDjango

Learn Django in 12 Days.

Overview


This repository contains resources and files to learn Django.

Pre-requisites


  • Python
  • HTML , CSS

Installation

  • Windows
  • Linux

Timeline


DAY Description
Day 0 Apps and URLs
Day 1 Models and Migrations
Day 3 Admin and Apps
Day 4 Views and Templates
Day 5 Handling Static Files
Day 6 Model & Relationships
Day 7 Forms
Day 8 Views
Day 9 Authentication
Day 10 Rest Framework (REST APIs)
Day 11 Deploy

About

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.

https://www.djangoproject.com/

License:GNU General Public License v3.0


Languages

Language:Python 79.7%Language:HTML 19.0%Language:Dockerfile 1.3%