Django and DRF
302 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
Amazing from Free Servers 🥳😂🚀🚀
https://learning.mkadir.me/stop-heroku-vercel-netlify-pythonanywhe/
👍3
Rosetta is a Django application that eases the translation process of your Django projects.

https://django-rosetta.readthedocs.io/
1
CLICK to'lov tizimi va Django frameworkini integratsiya qilib, onlayn to'lovlarni amalga oshirish

Ukam Sirojiddin Yoqubov Python uchun kutubxona ishlab chiqibdi. https://pypi.org/project/python-click/ To'g'risi kutmagandim. Kutubxona yozadi deb o'ylamagandim.

U bo'yicha videodars ham qilibdi. https://www.youtube.com/watch?v=HHQ9QKSObyI

Marhamat Django va Clickni integratsiyasi umuman olganda to'lov tizimlari bilan tushuncha xoxlovchilar uchun
👍4
https://pypi.org/project/geopy/

The package is Finder Location
Dockerfile 🐳
🐳4👍2🍌1
👍7
#question #djangousermodel

1. Why Django doesn’t store the raw password in database ?

2. Who did learn this topic https://docs.djangoproject.com/en/4.1/topics/auth/passwords/ ?

3. What we need django.contrib.contenttypes application of django ?

So interesting in know about this 😊
1👍1
⚡️Using sessions resulted in one more query reduction 😅👍🏻


def post_comment(request, new_comment):
if request.session.get('has_commented', False):
return HttpResponse("You've already commented.")
c = comments.Comment(comment=new_comment)
c.save()
request.session['has_commented'] = True
return HttpResponse('Thanks for your comment!')
👏2
👍1
👍1