django tag

257 questions


1 answers
95 views
0
Django Wang novice's question! I can't print it out from the long-range db.

# index.html<tbody> {% {% for post in job_opening %} <tr> <td>{{ post.title }}</td> <td>{{ post.target }}</td> <td>{{ post.department }}</td> ...


1 answers
42 views
0
django and character set

Hi, everyone.When deleting data from django, in the column in Korean, (1366, Incorrect string value: '\\xED\\x85\\x8C\\xEC\\x8A\\xA4...' for column 'object_repr' at row 1)An error occurs. Mysql's DB a...

2 years ago

1 answers
67 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
41 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
43 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
40 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
36 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
49 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
40 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
84 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...

« - 23 - »

© 2024 OneMinuteCode. All rights reserved.