Mirco
Django VS CMS, which of them has more power and ability to build dynamic web?
Django CMS or Wagtail and you will have both of them
Mirco
Thank you kind human 👍
Especially the one from simpleisbetterthancomplex.com
Toni
Especially the one from simpleisbetterthancomplex.com
This one looks better than the others I searched, thank you once again 😍
Mirco
Can’t open in mobile
Click on it again
Денис
Ah, that’s Russian problem. Opened via proxy
Abhi
how to get event id after creating event on google calender?
Abhi
I am able to create an event but unable to get event id at that time
Mirco
Study a bit more on it
Fedor
Hey guys. Its a question about django channels. I’ve read that in connect method i am able to acess to user via self.scope["user"] However when i do that I get Anonymus user. So the question is, what should client send me to be authorized? I have tried to send Cookie through handshake, but that did not work.
Fedor
Yeah, I did. application = ProtocolTypeRouter( { "websocket": AuthMiddlewareStack( URLRouter([ path(‘’ws/app-routing’’, WSConsumer), ]) ), } )
Claudio
Hi everyone, which editor/ide do you use for your django development I have tried pycharm but it has also things i do not completely need, and atom but it does not have django templates when i type code Which advices do you have?
Claudio
Try vs code
I will, thanks
Mirco
I will, thanks
It has good integrations with templates for example
Mirco
The same
Claudio
Cool 😎
Mirco
Cool 😎
The python plugin is done by Microsoft and into the team there's one of the best python core dev
🏳️‍🌈Robby [ Private Message = Spam]
Mirco
Who is he/she?
Brett Cannon
Firdaus
Python plugin for VS Code was originally a community effort lead by this guy https://github.com/DonJayamanne/pythonVSCode Then I believe MS hired him and the plugin become an official and under MS umbrella
Fil
I use Vscode and Atom
Anonymous
https://hastebin.com/powupucitu.sql
Anonymous
Can anyone convert this into queryset
Anonymous
No i can't
Ori
Can anyone convert this into queryset
You could try looking into annotations and subqueries, these should allow making at least a very similar query. Sorry, that's all I can do atm.
Akash
I have a django project with 50 models. Is there any easy way to implement DRF and serialize all models with all fields Or I have to create individual serializer for each model
Himanshu
anyone using pycharm community version - i am not able to import apps in urls.py
cj
anyone using pycharm community version - i am not able to import apps in urls.py
you have to configure it by hand in a very deep way, or buy the professional licence
Himanshu
can u tell me how to configure
cj
can u tell me how to configure
is Google forbidden to use for you?
Himanshu
if you don't know want to answer then don't reply (i had already searched on Google that'sy i am here .)
cj
things about editors/IDEs is out of the scope of this group
Himanshu
seriously, learn to use Google... also that's offtopic for this group
don't teach your dad i know how to use if you don't want to reply there are lots of helpful peoples
Himanshu
things about editors/IDEs is out of the scope of this group
we don't think so , this problem is related to django
🏳️‍🌈Robby [ Private Message = Spam]
Anonymous
Which database is best for django application?
Shivam Negi
Postgres
cj
we don't think so , this problem is related to django
of course it's not related to Django, it's a thing with your IDE
Baggy ️️
I have setup Google oauth in my django project but after I logout. And click login again it doesn't ask me to choose new email It again directs to the previously logged in email account. How to make this work?
Happy
Is there a /nick command ?
Happy
Sorry
Lalit
When I change my CSS file save in static directory it can't reflect the change.
Ori
When I change my CSS file save in static directory it can't reflect the change.
Browsers caches your file. Use ctrl+shift+r to refresh with clear cache.
John
I'am using django 2.2, I am trying to cuztomise my 404 error. But most of the tutorials and stuff in the internet is for django 1.9, need a little help on this. thanks!
John
handler500 = 'mysite.views.my_custom_error_view' here, the 'mysite' is the name of the project or is it the name of the app?
John
@chomuchomu do i need to import that app?
John
but i goit an error saying that: NameError: name 'myapp' is not defined
Ori
Did you put this string in quotes?
John
oh! Sh*t! Grr!. . didnt see that coming. . HAHAHA. .
Ori
Heh :)
Avinash
Any django experts?
Sanjay Krishnan
Any django experts?
Just ask your question..
Avinash
Make a field point to non key field of another model?
Mitesh
Hello
Mitesh
I have problem in Django.... Can any one help me
Mitesh
I want to share images so can understand but I can't send media due to restrictions...
Mitesh
If any Django expert.. Plz cantact me pc
Mitesh
I want to develop website like hackerrank...
Maksim
What's problem
Anonymous
while importing ldapsearch from django-auth-ldap3 it is not found