https://github.com/csoren66/django-python
https://github.com/csoren66/django-python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/csoren66/django-python
- Owner: csoren66
- Created: 2023-05-27T07:35:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T10:15:35.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:51:58.669Z (12 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?

## 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
