- Notifications
You must be signed in to change notification settings - Fork0
majidmc2/django-rest-framework-tutorial
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project content of some notes aboutDjango-Rest-Framework with examples
pip3 install --upgrade pip
pip3 install jupyter
At first you should clone the repository
git clonehttps://github.com/majidmc2/django-rest-framework-tutorial
Then run jupyter
cd django-rest-framework-tutorial
jupyter-notebook
You redirect to your default browser and you should open the netebooks directory after that you can open each lassen.
- lassen-1
- What is Python?
- Why Python?
- Function
- Local and global Var
- Built in Function
- Conditional Structures
- Python Collections
- Classes/Objects
- Import
- JSON
- RegEx
- lassen-2
- How to install virtualenv
- Install Django and Django REST framework into the virtualenv
- Settings
- Function Based Views
- Router
- Send data to server
- django browsable api
- HTTP Status Codes
- lassen-3
- What is a model?
- SQL
- Relationships
- Making queries
- Performing raw SQL queries
- Exercise
- lassen-4
- @api_view and Models
- Serializers
- ModelViewSet
- lassen-5
- Authentication
- TokenAuthentication
- SessionAuthentication
- Filter Backends & Pagination
- Create Endpoint User
- Permissions
- Disable DEBUG mod
- Connect Django to MySQL
- Authentication
About
DJANGO-REST-FRAMEWORK TUTORIAL
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
