Anonymous
Anonymous
Anuj
Hello everyone. Have you used django_simple_sso for single sign on?
Anuj
I am trying but not getting it working and the documentation is also very poor
Doragonsureiyā
Hello everyone. Have you used django_simple_sso for single sign on?
Please don't ask meta questions like:
"Any user of $x here?"
"Anyone used technology $y?"
"Hello I need help on $z"
Just ask about your problem directly! With a very high amount of people here the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Anonymous
Hello everyone can anyone tell me how to make rss feed in django for Google news publisher
Anuj
Abrar
Check cory schafer on youtube
Ayush
hey how can i master django
Ayush
i am in a condition to make ecommerce website with dango , but how can i master it
HaClyLo
Django girls
Anonymous
Please share some of your GitHub links for portfolio sites
Anonymous
Direct assignment to the forward side of many to many set prohibited use to_user.set() insted
Anonymous
Kronos
Can anyone explain how the ' class Meta ' works in Django? How is it related to Python Metaclasses ? What is it's significance in Django? How are we able to define new ' class Meta ' even though it is already defined in the superclass ?
Muslim
Kronos
Can you elaborate?
Muslim
Can you elaborate?
U should read docs about class Meta:
https://docs.djangoproject.com/en/3.0/ref/models/options/
U can define Meta in inherited classes, it’s just metadata for Django
Kronos
Thank you! I already went through this. This just talks about the available options
Himanshu
which is best for e-commerce website. django rest framework or flask apis
Himanshu
??
Anonymous
Drf
Anonymous
Hi folks
Anonymous
Is it possible to call a method only once immediately after loading Django completely.
Mr
Which one is best
My sql
Postgres sql
Aka
Hello everyone
I am a student and new on Django. I am trying to make a online Mobile Recharge and DTH system like paytm.com for learning perpose . Can anyone help me with steps and how to do it?
Thank You
Ganesh
When I am Saving the user data in database but it is not storing
Rajesh
Pandu
Hey guys, Is it possible create own bulk message website in Django?
Pandu
Anonymous
Hi, when using Django as my backend, do I have to recreate the whole site with Django. (the html, css, JavaScript) will I have to recreate them with Django or edit them.
Or would I just use Django as the backend in a straight forward way.
✙Yaroslav
hi guys, for mobile app, which auth-token platfrom choosing? jwt, knox or default AuthToken?
HaClyLo
Anonymous
Ghorz
✙Yaroslav
Ghorz
You're welcome
Sreenath
Hi
Sreenath
I need a help with class based DetailView in django
Sreenath
Can anyone help me?
Mihir
Ghorz
Doragonsureiyā
Can anyone help me?
Please don't ask meta questions like:
"Any user of $x here?"
"Anyone used technology $y?"
"Hello I need help on $z"
Just ask about your problem directly! With a very high amount of people here the probability that someone will help is pretty high.
Also please read: http://catb.org/~esr/faqs/smart-questions.html
Andrej
✙Yaroslav
Andrej
✙Yaroslav
Andrej
Cool, how can i combine JWT + oAuth2?
You can use multiple authentication provider in your middleware.
Have a look on the Django security concept and authentication middleware documentation.
After that you could try different plugins for example "allauth"
✙Yaroslav
ok, thanks
Anonymous
Andrej
ok, thanks
https://docs.djangoproject.com/en/3.0/topics/auth/default/
https://docs.djangoproject.com/en/3.0/topics/auth/customizing/
These two links can help you.
Start to read about the
Authentication_Backends
variable
✙Yaroslav
Raffaele
Hi guys
Raffaele
When I go to the sitemap.xml I have this error: server error (500)
Raffaele
How can I solve?
Andrej
Do you have the same behavior when you start your server through:
python manage.py runserver ...?
What does the log say?
Raffaele
Raffaele
When I do this on heroku
Raffaele
I have server error 500
Raffaele
Andrej
You should enable a file logger. It would save all informations about warnings and errors inside your code and when you get the 500 error.
There could be more informations with which you could find the problem and solve it.
You can find on this site informations how to integrate a file logger:
https://docs.djangoproject.com/en/3.0/topics/logging/
Andrej
Something Like this:
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'file': {
'level': 'DEBUG',
'class': 'logging.FileHandler',
'filename': '/path/to/django/debug.log',
},
},
'loggers': {
'django': {
'handlers': ['file'],
'level': 'DEBUG',
'propagate': True,
},
},
}
Anonymous
Hello friends,can any one tell me how to indirect model relationship in django REST api
mic
I have two drop-down s and a button.the value of second drop-down is populated based on the value selected in first drop-down.when I click on the button it is navigated to a different page and the drop-downs are displayed empty .How can I carry the value I selected in dropdowns to the next page?
mic
The auto-populate of second drop-down is done using js
Andrej
Taku
I have created a registration and logout
Iam getting trouble while logging out
.it's not redirecting
Andrej
Ganesh
Is there any freelancers
Emeafu
Anonymous
Ganesh
I need some help for database storing