Blue
you run it on windows ? or linux ?
Haider
Mac
Haider
Mojave
cj
What should I do now
try:
ps -ax | grep 8000
you will see the python process PID, then kill it with fire
Blue
lsof -n -i4TCP:8000
Blue
and : kill -9 PID
Haider
MR blue it is saying that arguments must be process or job Ids
Haider
kintul
! Piracy
Anonymous
! Piracy
yeah something like that...
πππππππππ
Use the free version one
Blue
lsof -n -i4TCP:80 |awk '{print $2 }' , it show you pid ,after you run : kill -9 {list PID number}
inchidi
we dont support piracy here
try apply for student license instead https://www.jetbrains.com/student/
cj
Aadhi
Anyone have a easy documents to perform joins operations in Django
inchidi
Anonymous
Community edition it is then... I'll try that...
Anonymous
Thanks...
Blue
or you can run with only command : kill -9 $(lsof -n -i4TCP:8000 |awk '{print $2 }')
Aadhi
👍
Gio
do you guys know whether is possible to add a field to the intermediary auth_user_group table?
inchidi
inchidi
Gio
Gio
Sankar
I have a doubt in the table view which is data came from the model and I want checkboxes for every tablerow and I select that and click next button the table data not came to next view? Help me guys
Thq..
cj
Sankar
In Django
Doug
I have to second what cj said. Can you re-write your question?
Sankar
One table view is there inthat pick the indual row using checkbox
007
What you really want to do
Sankar
I send code snipets
Sankar
I have doubt practicing one project how to edit the data in a table format which comes through the model. can we edit that in the same line in Django? please suggest any reference.
Thank you,
Sankar
https://mega.nz/#F!aj4xWQ4D
Sankar
Images are not upload so those link has images
cj
cj
or better share your code using hastebin or dpaste
Sankar
Please give mail id I will send in detail mail
cj
🙄
Sankar
Righnow I code is not available
Sankar
I am using mobile
Sankar
So
Sankar
Please understan my problem
Sankar
/hi
cj
Π‘Π°ΡΠΌΠ°Π½ΠΎΠ² ΠΠ°ΠΊΡΡ don't do that again... use dpaste or hastebin
ΠΠ°ΠΊΡΡ
Sorry,Here is my code http://dpaste.com/1T3VS0T
Anonymous
any suggestion? https://www.reddit.com/r/djangolearning/comments/b3xnkf/best_way_to_works_with_multiple_forms/
Sankar
https://dpaste.de/oZV9
Sankar
https://dpaste.de/oZV9
Sankar
nedd selected check box values taken to template_view method for compute
Sankar
please help me friends
Anonymous
Hi , I have problem in django please help me
Anonymous
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting Django
Using cached https://files.pythonhosted.org/packages/8e/1f/20bbc601c442d02cc8d9b25a399a18ef573077e3350acdf5da3743ff7da1/Django-1.11.20-py2.py3-none-any.whl
Requirement already satisfied: pytz in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from Django) (2013.7)
Installing collected packages: Django
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/Django-1.11.20.dist-info'
Consider using the --user option or check the permissions.
Rohan
Anonymous
bro the same error
Rohan
sravan
sravan
I use this comment to kill django running port
Haider
Thank you sravan
Anonymous
Pranay:
I am building a video streaming mobile application using Django. I am thinking of using mpeg-dash. Any ideas on how should I approach this?
Anonymous
Hello
Anonymous
I am new here
Player
Hello everyone. I want to get price data using API calls from 3rd party and store values of that response into database. I know how to save values using ModelForm, but i dont think i can use that on what i need. Could anyone suggest where should I look to get my answer? Thank you
Guillermo
Player
Player
i mean asign values to each field name individually?
Player