An open API service indexing awesome lists of open source software.

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.

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