Doragonsureiyā
Hello, Question: How validate international phone number with regex?
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 first results
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
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
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 .
cj
I'm on windows 10 .
well... that's the problem 🤷🏻‍♂️
cj
What should I do
stop using windows 🤷🏻‍♂️
EscanOr
I was thinking about this from very long
cj
I was thinking about this from very long
now it's the time to do that
EscanOr
Which linux you use
EscanOr
now it's the time to do that
I have used Linux a lot before This was my new laptop came with windows
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
What should I do
you can use a wsl linux
Jimmies San
linux in windows, exposing the db port
cj
you can use a wsl linux
how is the performance going there? is it any good yet? or it's still total trash?
Jimmies San
how is the performance going there? is it any good yet? or it's still total trash?
it's very good I have to say, considering the big picture
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
Crabby
can we write Xyz.objects.filter(sender="xyz") If in models sender is models.ForeignKey(...)
cj
can we write Xyz.objects.filter(sender="xyz") If in models sender is models.ForeignKey(...)
use sender__somefield="xyz" instead if you have sender as FK and want to use one of its fields on the filtering
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'
Crabby
☝🏻
Thanks
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
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
any more admin left for report me ?
sure, when the time will come 😄
Anonymous
any more admin left for report me ?
pleas dont say pussy poam
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
Anonymous
😂😂😂#bro
😖😖😡😡
Alex
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
I'm not sure if I'm getting you right. Django' runserver is simply a python process. When any error occurs it will output them right in stdout/stderr.
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
M
You can share with us the full traceback via paste services to get more help
it's coming from cx_oracle call .. i am checking but pasting details here if can suggest pin point
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?
Alex
let me get it thank you for your reply
I'm sorry, but I mostly know python and don't know c/c++ to help you here. Sorry for giving you hope.
__init__
how to serializer PDF file in DRF?
__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.
Alex
how to serializer PDF file in DRF?
https://www.django-rest-framework.org/api-guide/fields/#file-upload-fields
__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.