Kifaru F
I had studied all of these, but want to know how much Python I should know. Only basics or some more.
You can learn python and Django at the same time , start with school projects like todo app and move On
Abhishek
👍 thanks buddy
Abhishek
Basics + oops
Thanks 😊 for your response also
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?
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?
Example: model a : name model b: foreign key =model a ... model c: .... foreing key = model b My view set is for model c, basically I want all model c where model b have determinate model a...
Ricky
Which course is best for begginers?
Rajesh
I'm here a newbie 🤓
If you interested to join with me ping me
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'
Xavier
Which course is best for begginers?
the official docs its the best for all stage (begginers, advance, all)
Abhishek
Artem
Is there any python programmer from Russia? Need help
Artem
Russia, Ukraine, Belorussia..
Artem
11 members..
cj
11 members..
better than nothing I guess 🤷🏻‍♂️
Mirco
11 members..
But they are Russians 😁
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.
Artem
Where I can see the examples of real code of this? Don’t understand from Django docs
Emmanuel Octavio
Where I can see the examples of real code of this? Don’t understand from Django docs
You can use the request objects Board.objects.filter(user=request.user)
Angel
Some one who knows about implementation stripe django
Doragonsureiyā
Some one who knows about implementation stripe django
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 firsts results
ᴹᵃᵏˢᵃᵗ
In what place?
Anonymous
What's the difference between normal social auth and rest framework social auth
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
One is for REST API and one not
For integrating with react can I use normal django social auth
Anonymous
I tried a lot with rest framework social auth....none worked for me😕can anyone send tutorials for that which will work
Mirco
For integrating with react can I use normal django social auth
Nope, the "porting" is the rest social auth
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
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
on localhost everething work but on deloy server no
had you download CSS and js or just added a URL path?
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
Doragonsureiyā
it's not working fine can u share the link
Check out PythonRes, a channel for Python resources (links to help you out).
Xavier
!res
wrong resource but ok
Anonymous
Hello everyone. I need your help. how to make Inner Join in django ORM?
Xavier
Hello everyone. I need your help. how to make Inner Join in django ORM?
https://stackoverflow.com/questions/48128714/how-to-make-an-inner-join-in-django
Anonymous
Thank you
Anonymous
is select_related help me?
Anonymous
How can we write dynamic url in render
Anonymous
Like return render('profile')
Anonymous
Since profile is a dynamic url
Anonymous
It gives erro