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

https://github.com/csoren66/django-python


https://github.com/csoren66/django-python

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## What is Django?
- Python web framework
- Server Side Framework
- Designed to get you started fast
- Batteries included
- MVP Design Pattern

## What is a Web Framework?
- Collection of modules, packages and libraries
- Designed to speed up development

## Backend vs Frontend Framework
**Backend (Server Side)**
- Django
- Ruby on Rails
- express.js

**Frontend (Client Side)**
- React.js
- Angular.js
- Vue.js

## What we build with Django?
![image](https://github.com/csoren66/Django-Python/assets/67580321/5773b673-41f5-4711-8bc2-65b06c68d73c)

## Django + Django REST Framework

Building API's with Django is easy!

## Other Python Frameworks
- Flask
- Cherry Pie
- Web2py
- Pyramind
## Django Architecture
**MVP Design Pattern**
- Model - Data Access Layer
- Template - Presentation Layer
- View - Bussiness Layer
![django](https://github.com/csoren66/Django-Python/assets/67580321/dd8b596b-ea83-4988-8ff4-e6bd9b1be232)