257 questions
Hi, how are you?I'm creating a login page and I'm trying to get a good bootstrap theme.I applied all the login pages that I originally created in the storeroom, but there is a problem with the form.Th...
There are many things I don't know because it's my first time making a web page. So I also ask the design side.We are making a membership model and making an application model.By the way, I have a que...
I wrote it on models.py as follows. class register(models.Model): #membership form tel=models.CharField (max_length=30, null=True,blank=True) #ContactI wrote it on form.py as follows.class Registrati...
If you use django frames based on python backend language, I heard that you can develop the web easily and quicklyI've been practicing it on YouTube, and I don't know if it's because I'm a non-majorSo...
I received the data in tables2 git hub and built and installed setup.py and tried to run it in the example folder, but it didn't work. I even put an example in the setting, but why isn't it working?
You are about to replace the stored data. The membership model is Register and I want to modify the membership information data in it. Currently, UNIQUE constrain failed: auth_user.usernameIt says err...
I was studying to make a web service with django and PythonIt's a bit too much, so I'm going to start with WordPressWhat I want to make is a social network, but is the plug-in for this Buddy Press?And...
Hi, everyone.I would like to ask you how to display the image data downloaded by scrapy on the long-term template.First of all, the data field downloaded by scrapy is connected to the Django model usi...
We're learning about Jango Girls in KoreanApplication extension part / post Add view to detail pageIf you type Post.objects.get(pk=pk) in the shell,It says doesnotexist at/post/10When I type the low-k...
Hello. This is a question for Jango model.class EnActress(models.Model): name = models.CharField(max_length=100, null=True)After modifying the data in the name field in the above model (data in the na...
« | - 11 - | » |
© 2024 OneMinuteCode. All rights reserved.