go tag

327 questions


1 answers
76 views
0
cookie output from vue

django and vue.The login function is being implemented by linking js. The login was successful, and if the login is successful, I want to check the login through the sessionid created by Jango. But I'...

2 years ago

1 answers
49 views
0
Mysql data insertion question in python.

Attempt to insert crawled data into mysql table.My code is def process_item(self, item, spider): self.cursor.execute(SELECT * FROM dmmactress_jpconvert WHERE jpname = %s AND koname = %s AND enname =...

2 years ago

1 answers
54 views
0
How to apply placeholder to input when adding form using Django.

I was studying alone through Jango Girls tutorial , and I wonder how to apply placeholder to the input/text area of the title and text attached below. If you share the code you are writing, it is as f...

2 years ago

1 answers
47 views
0
Ask how we can resolve the User matching query does not exist error in the long storage.

I am using the django rest framework in Jango, and I wanted to apply the Python package called django-freindship. And then I found a package like https://pypi.python.org/pypi/fh-drf-friendship/0.1.1 o...

2 years ago

1 answers
44 views
0
Pip can't be upgraded

You are using pip version 7.1.2, however version 8.1.2 is available.You should consider upgrading via the 'python -m pip install --upgrade pip' command.I tried the command on the second line, but it d...

2 years ago

1 answers
58 views
0
I want to implement an automatic completion function on crawled data.

Hello.I want to implement a function that automatically completes data crawled from a specific website when searched in the search box. Among them, any data in the item model can be entered I want it ...

2 years ago

1 answers
47 views
0
I have a question about deleting django DB primary_key.

Hello, I am currently using django and mysql in conjunction. When db builds up, objects.all().delete() deletes the entire data and saves it again and again.If you delete objects.all().delete(), the en...

2 years ago

1 answers
94 views
0
I'd like to ask you how to print the shell script on Django.

Hello, I have a question about Django.Currently, you have run a shell script on the server with subprocess.run on views.py.Is there a way to print out the progress log of this shell script in real tim...


1 answers
44 views
0
File => base64 conversion question.

Hello, everyone We are currently developing a program that handles files. I have a question during the developmentData processing such as replacing an existing image or video file with base64It's runn...

2 years ago

1 answers
44 views
0
Can I process events that JavaScript used to do through Django?

It's exactly what the title is. I have to program what event is processed when I press a button on the web, but I have to link it with Python's Keras, so I'm going to develop it through the Django fra...

2 years ago
« - 30 - »

© 2024 OneMinuteCode. All rights reserved.