327 questions
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...
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...
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 ...
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...
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...
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...
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...
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?
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.).
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!
« | - 28 - | » |
585 PHP ssh2_scp_send fails to send files as intended
579 Understanding How to Configure Google API Key
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
626 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.