257 questions
I've built a server, but I've never built one with the web.Previously, when you created a server, you created a code with PyCharm and Eclipse in the console windowI made it run, but I'm going to use i...
class AddId(models.Model): author = models.ForeignKey('auth.User') id = models.CharField(max_length=200) password = models.CharField(max_length=200)def __str__(self): return self.idIn Janggo, we want ...
I'm using django to make an automatic response function for Kakao Talk plus friends, and basically, the kidov required by Kakao TalkThe message is from url.pyurl(r'keyboard$', views.keyboard), url(r'm...
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?
« | - 21 - | » |
621 Uncaught (inpromise) Error on Electron: An object could not be cloned
918 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.