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
max_digits bilan decimal_places vazifasi nima? misol uchun:
max_digits = 3
decimal_places = 2
9.99 nuqtadan keyin 2 ta raqam chegarasi decimal_places orqali beriladi, umumiy raqamlar chegarasi max_digits bn beriladi
Forms creating
Static fayllar configuratsiyasi settings.py da

STATIC_URL = '/static/'

MEDIA_URL = '/images/'

STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static')
]
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')

MEDIA_ROOT = os.path.join(BASE_DIR, 'static/images')
Programming Books📔
django-rest-framework-json-api-readthedocs-io-en-stable.pdf
1 - sini shu hafta tugatishim kerak.
docs-python-requests-org-en-master.pdf
419.6 KB
Djangoda tayyor API dan foydalanish.
Forwarded from Работа в IT
D_R_Greenfeld_A_R_Greenfeld_Two_Scoops_of_Django_1_11_Best_Practices.pdf
5.4 MB
Two Scoops of Django 1.11
Daniel, Audrey Roy Greenfeld
2017
#django #eng
Forwarded from A'zam Mamatmurodov
django-best practices.pdf
1.8 MB