Antuane
Just checking line by line of your code. Use print() function to show the results
The configuración is in the setting and i dont handdle the authentication, do you know if exist another way to see if connection with LDAP if wrong
Anonymous
https://m.facebook.com/groups/djangodevelopersnetwork/permalink/2701505930103696/
Fuad
Hi, everyone, please help me with this problem https://stackoverflow.com/questions/65327890/django-queryset-product-model-and-product-images-model-templatesyntaxerror
appu
Anybody please tell me an api ti send messages
Gowtham
To send message or OTP ?
Gowtham
I know boto3 to send sms
Rendy
Hello
Rendy
does anyone have a radio button tutorial and crud dropdownlist?
Karan
when i am running functional tests Django isn't opening the the localhot url instead it is opening blank url
Karan
please anyone help
Anonymous
?
SAHARSH SOLANKI
Any body know how to use strip payment gateway
SAHARSH SOLANKI
Any tutorial
Vishnu
Oauth 2 in Django links?
Vishnu
Can anyone tell whats the difference between Allauth and oauth 2
Charly
Can anyone tell whats the difference between Allauth and oauth 2
allauth itegrates different auth providers, most of them are Oauth2
Vishnu
google
Yaaa can you send a link
Nurgazy
How i make push notifications?
Mirco
How i make push notifications?
It depends on what you use For example if you use AWS, you can use SNS for publish notifications
Nurgazy
I mean push notifications for android, ios
Mirco
Try to search what I told you and you will find examples
Nurgazy
Nurgazy
I can't find
Mirco
In django?
Yes, I've implemented them in these days
Mirco
You have just to follow AWS docs
Mirco
If u use AWS obviously
Nurgazy
Give me link
Mirco
Doragonsureiyā
Give me link
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box, write down the same words you asked here Step 4: Read the first results
Nurgazy
👍
Vishnu
Can anyone help me to login using Google with oauth 2
Mirco
Can anyone help me to login using Google with oauth 2
you can use python-social-app to easily integrate Google login https://python-social-auth.readthedocs.io/en/latest/configuration/django.html
Anonymous
Hey is there any tutorials for oauth 2 in Django
Anonymous
For noobies
Vishnu
Thanks
enansi
For example?
I use openpyxl to import Excel files... also to generate XLSX files from data on my app
garrip91
@enansi How can I implement it?
Anonymous
Hey is there any tutorials for oauth 2 in Django
Hey guy can anyone help me with this
Anonymous
Mysql or postgres or mongodb for job purpose?
enansi
@enansi How can I implement it?
The documentation is very easy to read https://openpyxl.readthedocs.io/en/stable/usage.html, but after you've done pipenv install openpyxl or pip install openpyxl You can just start accessing the data in the Excel sheet with something like this: https://hastebin.com/zacijifewa.apache
Anonymous
good django tutorial on youtube or udemy please suggest
noob
Anyone know how to use Django in mobile
noob
If we wanna see our website in mobile
Alexa
Application error An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details. You can do this from the Heroku CLI with the command heroku logs --tail
Alexa
any help trying to load a django website deployed to heroku
Baggy ️️
Guys made this blog using Django
Baggy ️️
https://bulletcoder.com/post/what-elastic-ip-how-associate-elastic-ip-aws-insta/
Baggy ️️
Any suggestions?
mat
Not allowed
Baggy ️️
Oopa
Baggy ️️
Should I delete?
noob
Host using AWS or azure
Bro but it's in production how can i check? While coding
Baggy ️️
Baggy ️️
?
Baggy ️️
Hey guy can anyone help me with this
I think I have done earlier
Baggy ️️
Can help u ,DM me
noob
I want to check my website in my mobile
mat
So
Anonymous
??
Baggy ️️
Where
College project
noob
DM me
Okayy
Anonymous
X means is a classification algorithm.true
Jaime
What would be the best approach for inserting media inside a Blog-Post model? Text field can be an HTML but i dk how to reference images when I'll be creating a new post
myii
What would be the best approach for inserting media inside a Blog-Post model? Text field can be an HTML but i dk how to reference images when I'll be creating a new post
A package from here will probably help: https://djangopackages.org/grids/g/file-managers/. Had some success with https://djangopackages.org/packages/p/django-filer/.
myii
Thank you!
You're welcome, hope it helps.