Khumoyun
DD777
Pycharm not recognizing Django templates tags
DD777
Why is that?
Doragonsureiyā
Why is that?
Your question is not related to Django.
Please move to @PythonOfftopic group and ask there.
Sarjat
Please check this link
https://stackoverflow.com/questions/64702849/valueerror-at-sendrequest-jacob-connectrequest-receiv
Mirco
Developer
Anyone have a good django tutorial??
Doragonsureiyā
Anyone have a good django tutorial??
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
Mister
Anyone have a good django tutorial??
You can so look a course of coursera.
https://www.google.com/url?q=https://www.coursera.org/learn/django-build-web-apps&sa=U&ved=2ahUKEwiWqezuh-zsAhXaTxUIHUr8AkkQFjABegQIChAB&usg=AOvVaw3ecMXqlL5Wql_p4V4aUjjR
Developer
EscanOr
During configuring postgres...
DLL load fai
led while importing _psycopg: The specified module could not be found.
EscanOr
how can i solved this problem ehy it is happening i have no idea
EscanOr
I'm on windows 10 .
EscanOr
EscanOr
I was thinking about this from very long
cj
EscanOr
Which linux you use
cj
Which linux you use
BTW, I use Arch
but if it's going to be your first time using any Linux distro, go for Ubuntu or Fedora
EscanOr
So I didn't change
Jimmies San
linux in windows, exposing the db port
EscanOr
Jimmies San
Jimmies San
Jimmies San
wsl2 works better than wsl1
Jimmies San
and good integration with the system
cj
ah look at it... there's wsl2 already? well... I'll give it a try the next time I get some PC with Windows (maybe in the next 10 years)
Jimmies San
i am a linux user, but i tried it and i have some friends that use windows. they are happy now
EscanOr
Dual boot affect system speed ??
EscanOr
Or causes any problem
cj
Crabby
can we write
Xyz.objects.filter(sender="xyz")
If in models sender is
models.ForeignKey(...)
Crabby
Models.py
class ConnectionRequest(models.Model):
sender=models.ForeignKey(Profile,on_del.....)
In views
def declinerequest(request,xyz):
a=ConnectRequest.objects.get(sender=xyz)
Print(a)
Error: field idno expected a number but got 'xyzahsbk'
cj
Crabby
Nitendra
Kindly share the django documentation link
Doragonsureiyā
Kindly share the django documentation link
Looking for Django tutorials? you can follow these three recommended ones:
* Official documentation and tutorial
* Tutorial from MDN
* Tutorial from django-girls
Werner
can i automaticly resize it?
Werner
sarcasm
Crabby
Hey Peeps does anyone know Django channels and web sockets
If knows:
send_the_resources()
else:
nevermind()
Mourya
Mourya
I guess this helps
Surbhi
Hey
I want to explicitly put some str value in the textfield in the models.py but the problem it's not accept str datatype
Can someone help?
Arian
Hello
🇩🇪 kamoloff 🍁
Hi folks,
How to stream video files in django?
is there any library?
Anonymous
hii folks i want to setup ssl on my project at production
Anonymous
please help me out
Ilsaf
What i miss on template https://pastebin.com/6PX4xjkq . I didnt see my form
Anonymous
Bangalore
🇩🇪 kamoloff 🍁
Johnwick
👍
Deleted
Hi Guys, should {% if form.errors %} be used inside <form> tag or outside tag?thanks
Dni
any more admin left for report me ?
Mirco
Dni
Anonymous
M
My runserver is crashing intermittent with core dump ..I know how to get stack from a c++ core but not working with this django core ..any one please suggest
Dni
Anonymous
Alex
M
let me get it thank you for your reply
M
https://del.dog/tekugranaw.txt
M
not sure if some concurrency from django user since my 2 users login from 2 locations and access the site .. the setup is like function based views will be called to get data on refresh or request and then it will render
Tobi
hi, does anyone here have experience using ajax with django, or has anyone already implemented the twilio video call service in their django app?
__init__
how to serializer PDF file in DRF?
Alex
__init__
YES A FILE UPLOADED
Alex
YES A FILE UPLOADED
I bet you're doing something strange. You should not "serialize" it. Simple give a link to where a user can download it.
__init__
Okey thanks
Neo
How to split a string in django template, i have appeded a string '1_2_3' to session i want to split it into 1 2 3 in a loop.