257 questions
Even if I register as a member, I can't check it on the administration page, so I can't save it in the database, but I don't know where it went wrong.Register.html code.<html> <head> <l...
1) What should I do if I want to default one of the data in the table set with ForeignKey?class Condition (models.Model): #StatusNameEx) Application/Scheduled/Processing/Completed state_name=models.Ch...
I keep asking similar questions because of frustration...I don't know much about this field and I've worked on many projectsIt's too much for me to master Python, Django, and do it aloneCreating a web...
Hello. I have a question about Django. It's not an error problem.I'm inquiring about changing the membership form.You created a class called profile in models and created an object in it.class profile...
Python Web Programming: Easy and fast web development to learn with Django Is this book okay?Or I would appreciate it if you could recommend other books or blogs that can make a web service with Pytho...
I finished solving the GitHub domain, but css was not appliedI want to ask you a question!Enter your address through web hostingIf you come to index.html, it doesn't come out normally as you can see i...
While I only know Python, I'm following the Jango homepage tutorial.pools/view.pyI couldn't create it, so I made a random copy of another terminalAnd if you try Runserver,This error appears.For your i...
Attach the traceback.Please comment on what kind of error it is!
Hi, everyone.You want to map the value of a field related to the model of the many-to-many relationship to any field.It's crawled data, so it's not mapped yetShould the location of this function be wi...
from django.shortcuts import renderfrom django.http import HttpResponse# # Create your views here.def index(request): num =request.GET.get(num) print (num:,num) return HttpResponse('hello world')This ...
« | - 16 - | » |
© 2024 OneMinuteCode. All rights reserved.