https://github.com/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.
https://github.com/kudoabhijeet/codedjango
django python3 sqlite webdev
Last synced: 9 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kudoabhijeet/codedjango
- Owner: kudoabhijeet
- License: gpl-3.0
- Created: 2020-07-28T06:19:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:32:35.000Z (over 4 years ago)
- Last Synced: 2023-03-05T12:57:40.199Z (almost 3 years ago)
- Topics: django, python3, sqlite, webdev
- Language: Python
- Homepage: https://www.djangoproject.com/
- Size: 217 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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