Cratos_0077
Anyone plz help me in using websockets in django
lil meow meow
Hello everyone. I am newbie in DJango. Can you help me, with this problem(https://dpaste.org/OoSZ)
lil meow meow
Mirco
https://dpaste.org/YJMy
Strange, it looks like migration has not been applied correctly
lil meow meow
Strange, it looks like migration has not been applied correctly
I've done flush, have deleted directory migrations and recreated it after. What else can I do?
Peeru
I need to create BOT to automate process. Pls help me what should be pre requisite. I am assuming that I should create django web app.
Utkarsh
Peeru what type of process you want to automate??
Peeru
I have written one Robot Framework script which creates user. But I run manully to craete the user by giving input values in excel. I want use BOT concept and automate. So that user can enter their details and they submit form. It triggers the my code.
Peeru
it can be possible
Pls help me how to do that...since I use MS Team, can i use it. Or should I need some other tools to create BOT ?
AnomaLee
I want to pass filtered objects from view to form how can I do that
AnomaLee
Any idea please
Manish
https://stackoverflow.com/questions/63946041/how-to-refresh-a-div-of-a-page-to-load-the-updated-value-from-the-database
DTN
Hi. Do you know how can I print the str in two lines in the admin? What it prints right now is this.: https://imgur.com/a/x840y3r But I want to print separately "Linea de Investigación "and below "Carrera" I modified the str method in the model. Looks like this: https://pastebin.com/FsiTaVz1 It works when I run from the console , but not in the template nor in the admin
Anonymous
Anyone knows how to print pdf from django
Anas
Hi.. I am struggling to sort it out depended dropdown. If any done this cascaded dependant dropdown html jquery code. Please share with me
Bagas
How prevent spam? I use this lib but still pass https://github.com/praekelt/django-recaptcha
Amit
Hi everyone, i have installed python on my client machine, whenever I am trying to install any packages giving me an error as No Matching distribution found.. can any one help me on this
Amit
Yes i have added path in environment variable. How to check is pip working or not?
5P34R
U can see the help arguments of pip
Amit
Yes i did I am able to see tha
Amit
That*
5P34R
I checked that’s correct
Do u check the package available in pypi
5P34R
Which package u wanted to install??
Amit
I am just installing requests package
Amit
I should be der
Amit
On my local machine it works
5P34R
Ohh
5P34R
Check again
5P34R
It happens me too Almost many times I forgot to add s in requests package😅🤦
Amit
Ok
Amit
Is der anything in need to set proxy or something
Anonymous
Hi
5P34R
Is der anything in need to set proxy or something
No need if I u have internet connection
Amit
Ok
5P34R
👍
shushababa
When I runserver it is directly going to 127.0.0.0:8000/application When I create new project also getting same please help me
shushababa
Urls. Py I did not wrote anything
shushababa
Newpoject
Akhil
Are you using more than one editors?
5P34R
Akhil
May be your another project is alive in another editor
5P34R
Because when we started runserver in one editor it uses port 8000 as default and if we start the server again the port 8000 is already exists so shows us to port already taken or in us
5P34R
🤔
5P34R
Urls. Py I did not wrote anything
Which version of django are u using
shushababa
No I restarted the system. And tried but it redirecting to 127.0.0.0:8000/application
5P34R
3.1
It's new
shushababa
Not yet wrote anything
5P34R
Retry again
5P34R
Try startproject again
shushababa
Actually this started opening when I downloaded a project from GitHub after running the project. it is directly going to applications now I close it the application and running this new project but it is also going to the same aDress. after that I restarted my system but it is going to the same directory same URL 1 27.0.0 8000/3 occasions
shushababa
Haa
shushababa
I closed everything
5P34R
Can u check it again?
shushababa
K
5P34R
👍
shushababa
I closed all the projects and just to try I'm my Chrome browser I enter 1 27.0.0.8000 again it is going to the 127.0.0.0:8000/application/ This time I did not runserver so it is displaying this site can't be reached
Amit
Go to task manager and close all task ...
Brandon
If it is possible launch your server with another like Python manage.py runserver 8001
Sunny09
Hi, How to generate alphanumeric unique Id?