Django and DRF
301 subscribers
98 photos
39 files
161 links
Purpose is sharing, spreading knowledge which is most related to the Django and Django Rest Framework(DRF)

You can find in here my
- Articles
- Projects with source codes
- Videos
and another useful stuffs
Download Telegram
git.pdf
7.2 MB
Query larni optimizatsiya qilish uchun yaxshi package.
https://django-debug-toolbar.readthedocs.io/en/latest/index.html
👍1
HTTP Request and Response Haders
Main purpose of this article is solving N+1 problem of Database Queries in Django.
Django solves this issue with perfetch_related and select_related. You can read it more in this link: https://medium.com/django-rest/speeding-up-django-queries-59697895a615
NGNIX.pdf
5.3 MB
Nginx has interested me for many months, nowadays i have some time to learn new thing ,my choice was Nginx.
So I am going to train with Nginx and know more informations.
if you know good resources about Nginx ,please share in comment.
1
F expression in Django.

This is cool expression to use where you send queries using the Django ORM to DB.
*You can use this expression to combine some fields in one Table and not takes many data from database.
Django Tutorial
I suppose this is best tutorial for Beginner because before one or two years I learned some languages like html, css, js, python, c++ in w3school.It is understandable, readable, short texts and more comfortable than another platforms.
👍1
Django Supported Versions
👍1
What do you think guys ?

Django Best Practices 🌟

📁 Organize Django settings with multiple files:

- Create a settings/ directory
- Include separate files for each environment:
-
base.py (common settings)
-
local.py (local dev settings)
-
staging.py (staging version)
-
test.py (test settings)
-
production.py (live server settings)

Is that true thought or no ?
Please write down your opinions in comment