Kifaru F
Kifaru F
Abhishek
👍 thanks buddy
Abhishek
Meanwhile I have to learn oops concept in python. So I will go for it. Thanks for the support.
ps
How zoom is implemented in djnago? Anyone
Anonymous
mod_wsgi/4.3.0 Python/3.5.2 configured -- resuming normal operations
Anonymous
i have error in apache server
Anonymous
i reinstalled python to version 3.6
Anonymous
but wsgi work with old version
Josiiito
hi everyone!
Josiiito
does anyone knows good resources for python microservices development?
Josiiito
focusing on asyncronous requests, etc...
Anonymous
Hi guys
I know this question not allowed here
But i very search for it
How much cost will have a e-commerce react native app?
Some website saying 16,000$😟
Rajesh
Any begainner?
Rajesh
If you ready to learn django with me ping me
ᴹᵃᵏˢᵃᵗ
Abhishek
A Kumar
devops
Has anyone know gitlab cicd
Yacov
Guys, can someone give a help?
I have a view set and In the model I have a foreign key, and I want to filter by this foreign key... How can I do that?
Ricky
Which course is best for begginers?
Govind
Hi guys,
Please help me, how to solve below error?
raise ImproperlyConfigured("Cannot import ASGI_APPLICATION module %r" % path)
django.core.exceptions.ImproperlyConfigured: Cannot import ASGI_APPLICATION module 'chat.wsgi'
Abhishek
Artem
Is there any python programmer from Russia? Need help
Artem
Russia, Ukraine, Belorussia..
Mirco
Artem
11 members..
cj
otherwise, ask your question directly here —using English, of course—
Artem
Okay, I try
Artem
I have class User and class Board. Inside board I have some tasks. User and board connected via using “through” via class User-Board.
How to do the next: i need to limit access to users, they need to see only boards, which they are following
Artem
Sorry for my English.
cj
Artem
Where I can see the examples of real code of this?
Don’t understand from Django docs
Emmanuel Octavio
Artem
Angel
Some one who knows about implementation stripe django
ᴹᵃᵏˢᵃᵗ
In what place?
Anonymous
What's the difference between normal social auth and rest framework social auth
Mirco
Pratik
I'm making login form in django,but insted of auth I've used signup table...for login so now how do I write login code?
Anonymous
I tried a lot with rest framework social auth....none worked for me😕can anyone send tutorials for that which will work
Mirco
Anonymous
Can I have any tutorial
Mirco
Official docs of rest auth social
Anonymous
it's not working fine can u share the link
Mirco
It's working, you just need to understand better
Michael
Hello .... I'm facing an interesting challenge/choice in my schema design .... For my Django app .... Sooo there's always the option of having a concrete inheritance between two DB models or having a one-to-one field that defines a relationship between two models .....an example of a usecase is where you have a user class having a one to one relationship with a teacher class... What is the better choice between a one-to-one field and a concrete inheritance or both when defining the relationship
Michael
Anonymous
Can anybody explain, why on my web site doen't work boostrap.
i wrote python manage.py collectstatic
Anonymous
css works but js no
Anonymous
i used boostrap 3 on the web site
Anonymous
on localhost everething work but on deloy server no
Anonymous
js doesn't work
Anonymous
jquery is CDN, and js i added with static path load
Anonymous
had you download CSS and js
or just added a URL path?
Anonymous
it seems to me i found the reason
Abhishek
Xavier
!res
wrong resource but ok
Anonymous
Hello everyone. I need your help. how to make Inner Join in django ORM?
Xavier
Anonymous
Thank you
Anonymous
is select_related help me?
Xavier
Anonymous
How can we write dynamic url in render
Anonymous
Like return render('profile')
Anonymous
Since profile is a dynamic url
cj
Anonymous
It gives erro