Дауран
it's secure if you know what you do 😊
Micro you know full of functions Django framework ?
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
Дауран
if udon't share the code is impossible
Can I send any screenshots here or pm
Mirco
Can I send any screenshots here or pm
no, use code sharing tools
Mirco
!rules
Doragonsureiyā
Read the rules before any activity: @PythonRules
Дауран
no, use code sharing tools
Which tool do I have to use for sharing my cods
Ferhad
Hi.i just want to know what can cause modulenotfounderror:crm1
Anonymous
Hi I need django programmer in private
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
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
Anonymous
What would be the best way to download multiple files at once from S3 using boto3 by clicking single button (flask/django)
Since they are at aws already, I would loop all urls using javascript, which would be triggered on button click and download.. the urls list would be passed from backend on template rendering for each button.. and would not forget about scapejs tag
Himalaya
Anyone know how to trigger a .py file from an endpoint in DjangoRest API?
Deepak
hi
Deepak
like i am learning django rest framework
Deepak
so i want to know about some project based on django rest framework
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?
Anonymous
Your ip is behind the proxy of cloudflare. Pinged IP is cloudflares ip.
So how do I know if the configurations are correct, because I am getting 521 error when I open the website?
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.
Zerihune
I have tried googling it but noting ,is there any way to implement dynamic models in django or maybe dynamic fields
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
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..!
You can see django-graphene in order to create graphql api. That is a complex task but if I were you, I would have a look into collaborative filtering or recurrent NN structures, such as LSTM, GRU; which create state-of-art results for timeseries data; for initial research.
Mehmet
Yes
Beka
Focus on learning. Do your best.
Anonymous
How to login in django user account.
Beka
How to login in django user account.
Is there any login page that redirects to user profile page?
Tejesh
Pls How do I download django with support for vscode
Just install python extension pack.
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
look for the way how i can get from db over django via telegram bot . question is how should i make auth for bot to get data for define user from django api?
Botfather should provide an api token for your bot. Take that and work with bot api. More at core.telegram.org
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
Priyanshu
Try Django on YouTube
Can I make social networking site on django at a much larger scale
Nagadeep Sharma
ɱσσɳ
Telusko YouTube and nick Walter
he's good teacher
Tejesh
Can I make social networking site on django at a much larger scale
There's a Tutorial of making twitter clone.... Which you can refer
Tejesh
Answer's yes you can
Anonymous
Hello guys how do I save multform from my template