Дауран
Mirco
Ukrainian (Yaros) 🇨🇦
Hello, I'm learning django-filter code. Help you grow up with the namespace.
I can't understand how an attribute from one class is called in another, namely the self.base_filters attribute
One of these classes is metaclass and both classes are parents of the third class, which I call the code from.
Here's the full code - https://dpaste.org/Ojro
Here's the part of the code where the attribute is involved - https://dpaste.org/Ojro
Дауран
obvs don't
I'm my project the two detailview were not worked , I have not found the right solution , what's wrong can you help me
Mirco
Дауран
Дауран
Mirco
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
Ferhad
Hi.i just want to know what can cause modulenotfounderror:crm1
Anonymous
Anonymous
Hi
I need django programmer in private
Darth✧
Doragonsureiyā
Which tool do I have to use for sharing my cods
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites:
- https://del.dog
- https://dpaste.org
- https://linkode.org
- https://hastebin.com
- https://bin.kv2.dev
Michael the wolf 🐺
What would be the best way to download multiple files at once from S3 using boto3 by clicking single button (flask/django)
Anonymous
Anonymous
Making a custom datetime input field in my template and I can figure out what format it is expecting I tried putting input_format and returned the format I specified but it is not working, it says invalid date format
Himalaya
Anyone know how to trigger a .py file from an endpoint in DjangoRest API?
Himalaya
Deepak
hi
Deepak
like i am learning django rest framework
Deepak
so i want to know about some project based on django rest framework
Mirco
Dimitri
Hello guys
Mehmet
Instagram is enough ?
As far as I knew from their engineering blog, they use custom internal webservice frameworks developed on Django, custom uWSGI interface and even custom python fork not DRF?
Dimitri
I need some Github project to study the codebase... Like a webstore or ecommerce...
Dimitri
Some help with examples please?
Gopal Kaul
Hello all
I have converted my app to Django REST APIs
Gopal Kaul
But how do I connect it to my frontend, flutter?
Gopal Kaul
Like how to get all the data and all?
Anonymous
I am facing issues with connecting my IP of a Django app to a domain on Cloudflare, whenever I ping the domain using ping command I am not able to get the correct IP as a result so is it possible that there is some issue in configuration?
Mehmet
Mirco
Beka
Raghav
Hey guys, I really some help
I made an API and retrieved the list from firestore and implemented pagination
But when I'm send request on that api from 2 different locations I'm getting different result
(For ex- at 1st request from device A, I get 1-10 results, then if I send request from device 2 I'm getting 11-20 results)
Raghav
But both devices should get 1-10 results 😕
Shubham
Hi all, I am learning Django but facing issue with cassandra driver connectivity for migrate, anyone can help me ??
Дауран
Hello guys , so I have a little strange question , is there write the same name in models.py like this article: title = , news : title =
DY
rewinding video site doesn't work on chrome, what can be done ??
Anonymous
src="{% static 'images/image.png' %}"
Beka
Do not forget {% load static %}, too. At the beginning of the HTML file.
Rohan
Yes.
Sai
Zerihune
I have tried googling it but noting ,is there any way to implement dynamic models in django or maybe dynamic fields
Doragonsureiyā
Rajan
Guys I need help in djago development server
Rajan
I have ssl configuration on apache2 to
Rajan
But can't serve django project
Rajan
It's show in django log- you are accessing development server over https but it only supports http
sammy
Hi guys...
I have to create a GRAPHQL API which will track a watched previous movie and recommended new movie based on old watched movie...
So anyone help me to solve this problem..!
Mehmet
Yes
Beka
Focus on learning. Do your best.
Anonymous
How to login in django user account.
Tejesh
Zack
can anybody help me here
Zack
im a starter in django
Zack
def current(request):
context = {'todos': ToDo.objects.all()}
return render(request, 'todo/current.html', context)
Zack
here is my view and context is not being passed to my html
Zack
but ToDo.objects.all() is working in python shell
Vijay
i m importng model in my app from another app the model is exist in another app bt m trying to import it in my currunt app is still gives me the error model does not exist
Bekhruz
Manish
https://stackoverflow.com/questions/63534713/reverse-for-post-detail-with-arguments-not-found-1-patterns-tried
Manish
👆please help
Priyanshu
Can you tell me from where i should learn django???
Priyanshu
Any resources and courses??
Anonymous
Tejesh
Nagadeep Sharma
ɱσσɳ
Tejesh
Answer's yes you can
Anonymous
Hello guys how do I save multform from my template