go tag

327 questions


1 answers
106 views
0
Can't I use an assistant?

The creator of Go language wrote it down hereDoes everyone else think the same?Why doesn't Go have an Assertion?Go does not have an assessment. It's certainly convenient to have, but in our experience...

2 years ago

1 answers
92 views
0
During django installation with cmd, an error appears and cannot be installed.

I want to install Python and django.Installation continues to fail with an error related to pip version. The same error appears when I try the pip upgrade command as shown below.I have no idea what th...

2 years ago

2 answers
140 views
0
Create a real-time web page using python Django (so that it can be changed as soon as the data is updated)

What I'm curious about is the concept.Python and JavaScript also use websocket (socket.io??)If an event occurs because the client and server are connected to each other,I understand that you can send ...


1 answers
46 views
0
This is django's question! ^^

I want to make the data of the long-range model have each page in the template.For example,If there is a Korean movie model released in 2015 as below (data is crawled and stored) class Movielist(model...

2 years ago

1 answers
64 views
0
How do you measure the query rate in the long run?

I'm using a storage and post-grescual.By the way, I want to know how fast the query sentence I made speeds up when there is a lot of data.I used django debug toolbar In this case, I can't figure out h...

2 years ago

1 answers
47 views
0
I have a question.

django question.Continue with the previous question . class Apply(models.Model): writer=models.ForeignKey(Register, on_delete=models.CASCADE,null=True)I made a registration model using ForeignKey in t...

2 years ago

1 answers
49 views
0
How can I show the image boy in the long-range template?

Hi, everyone.This is a question about django.My question is how to display the image on the long-range template like the model related to the image.I'm making a website that shows a list of Korean act...

2 years ago

1 answers
49 views
0
Can't I specify two functions with the same url in djangourl?

urlpatterns = [ path('', views.index, name='index'), path('', views.birthday_check, name='birthday_check'),]Can't we assign two functions to one url in this way?

2 years ago

1 answers
52 views
0
I have a question about Django Application.

Django created and managed more than one application in one project.I wonder what is the criteria for creating an application and how to manage common resources (e.g. user model, base model, etc.).

2 years ago

1 answers
63 views
0
python Django KeyError

The above error occurs when you turn on the Django server and request a page after accessing it. I don't think I can find the key value, but I want to know exactly what the error is!

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.