Anonymous
cj
What are fixtures?
let's go step by step, so you can know what is it
cj
step 1: open a browser step 2: write down https://google.com step 3: in the search box write down: «what are fixtures in Django» step 4: read the 2 firsts results step 5: be happy
Ghorz
😹
The Summer
😹
Bro Help
Doragonsureiyā
Bro Help
I'm not your bro, bro; we weren't hatched from the same egg 🐍🥚
Ghorz
Bro Help
What's the error no traceback in your pastebin
The Summer
Wait i give u another link
The Summer
https://pastebin.com/AZ0MHmS8
The Summer
Problem is in Question.objects.filter(....)
The Summer
I wanna send question; Condition--> question's category is in the user's chosen categories
The Summer
Ghorz
Besides x for x in xy is a comprehension. What's it doing there
Ghorz
How can u type it for me 😅
No, figure out a way to get selected categories as slug, pass it to your fbv
Shubham
What is pastebin ?
The Summer
Ghorz
I still don't get what i have to do 🙃
https://duckduckgo.com/?q=how+to+use+category+as+slug+in+django&ia=qa
Anonymous
How can I login to instagram through Python. Any API ?
Ghorz
How can I login to instagram through Python. Any API ?
If you have a specific reason like crawling, use selenium
Anonymous
If you have a specific reason like crawling, use selenium
With out opening any browser is it possible?
Ghorz
Yes
Ghorz
Use headless selenium
Ghorz
You can combine with scrapy
Anonymous
cj
What is pastebin ?
Shubham. Here you have a useful link: https://duckduckgo.com/?q=What+is+pastebin+%3F
Ghorz
You need Scrapy Selenium Webdriver
The Summer
https://duckduckgo.com/?q=how+to+use+category+as+slug+in+django&ia=qa
Br I first go there and when i dont found any solution there then i come here
Ghorz
Br I first go there and when i dont found any solution there then i come here
If you don't find solution, I'll order order all Web search engines be shut down.
professor
Hey guys how can i return or rise error in login built in?
professor
It seems always is correct
Ghorz
It seems always is correct
raise ErrorhandlerName
The Summer
Ok so in sql I want Select * from Question where question.catitle in(Select categories from user.profile where user=request.user)
The Summer
@Ghorz
professor
raise ErrorhandlerName
I got this @Ghorz https://dpaste.de/Pxfv
professor
it always return return JsonResponse({'message': 'success'}), but I want to return every msg
Muflone
professor
I need to send json
Ghorz
You're exciting multiple ifs so it will return the exact one
Ghorz
Executing, the logic keeps pushing to the right
Shikhar
What context does in render function
Anonymous
Can I use selenium in Django Project?
Anonymous
Hi
Anonymous
I am beginner to Django
Anonymous
Plz help me to get started with
Anonymous
Please.
Luis
!res
Doragonsureiyā
Check out PythonRes, a channel for Python resources (links to help you out).
Doragonsureiyā
I am beginner to Django
Check out PythonRes, a channel for Python resources (links to help you out).
Anonymous
!res
What
Luis
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
Luis
Jaspreet
Anonymous
Jaspreet
Yes i am
Anonymous
Yes
Where can I store my Chrome driver exe file?
Anonymous
Here you have some docs
Actually I want to learn it for my school syllabus
Luis
Actually I want to learn it for my school syllabus
I think official documentation's tutorial will help. You can learn there how to create a django project from scratch.
Luis
Okay friend.
https://docs.djangoproject.com/en/dev/intro/tutorial01/