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
kintul
! Piracy
Anonymous
! Piracy
yeah something like that...
ππ‹π€π‚πŠπ’π“π€π‘
Use the free version one
Anonymous
Use the free version one
it works only for 30 or 40 days...
Blue
lsof -n -i4TCP:80 |awk '{print $2 }' , it show you pid ,after you run : kill -9 {list PID number}
R
?? Please send the full command
If any of these is working, why dont u just restart ur computer?
inchidi
we dont support piracy here try apply for student license instead https://www.jetbrains.com/student/
cj
it works only for 30 or 40 days...
the free version is the community edition, it's free forever
Aadhi
Anyone have a easy documents to perform joins operations in Django
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
https://t.me/pythonres/21
I am not finding any links related to joins
inchidi
Anyone have a easy documents to perform joins operations in Django
if this is your question, am pretty sure you never learn django. start learning there
Aadhi
👍
Gio
do you guys know whether is possible to add a field to the intermediary auth_user_group table?
inchidi
do you guys know whether is possible to add a field to the intermediary auth_user_group table?
would be better if you explain what you really want to do instead, to avoid xy problem.
Gio
would be better if you explain what you really want to do instead, to avoid xy problem.
in the auth_user_group there are 2 field: user_id and group_id, well I would need to add another column to this table (I could create a new table but I am wondering if there is a way to change the existing table in order to maintain compatibility with the django admin and the way groups are managed)
Gio
why do you need to add another column? what column you need to add? https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem
I need a Boolean filed (called primary), I have to track if the a group is the primary group for that user
inchidi
I need a Boolean filed (called primary), I have to track if the a group is the primary group for that user
i think you should create new model with field one to one to Group for that case. just like how ppl usually create User profile
ππ‹π€π‚πŠπ’π“π€π‘
it works only for 30 or 40 days...
Once it expires delete and download another one 😂😂😂
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..
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
cj
https://mega.nz/#F!aj4xWQ4D
nobody is going to open a mega link
Sankar
Images are not upload so those link has images
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.
Anonymous
just use a virtualenv or --user flag with your pip install command
Installing collected packages: command Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/Command-0.1.0.dist-info' Consider using the --user option or check the permissions.
Anonymous
bro the same error
Anonymous
Gayrats-MacBook-Pro:~ gayrat$ pip install command 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 command Downloading https://files.pythonhosted.org/packages/f1/aa/fd642369a793e4a79c99f8da8cf3f7541276c43fbe1c47f7f49c1d64928e/Command-0.1.0.tar.gz Requirement already satisfied: setuptools in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from command) (18.5) Building wheels for collected packages: command Building wheel for command (setup.py) ... done Stored in directory: /Users/gayrat/Library/Caches/pip/wheels/6b/61/e7/7e78f4d431de4a7d1f83af33f599d0bfe03e65fe3ff1ad73c5 Successfully built command Installing collected packages: command Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/Command-0.1.0.dist-info' Consider using the --user option or check the permissions.
Anonymous
Maybe show the command you used instead
pip install command but the same error
sravan
I use this comment to kill django running port
Haider
Thank you sravan
sravan
Thank you sravan
You are welcome 👍
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
Player
i mean asign values to each field name individually?
Player
use the requests package to obtain the data from the api and populate your models with that data
big thanks Guillermo for giving me an idea on how to solve this :)