django tag

257 questions


1 answers
43 views
0
Questions about Jango membership!

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...

2 years ago

1 answers
44 views
0
This is a question about ForeignKey in django.

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...

2 years ago

1 answers
101 views
0
I'm going to make a web service with WordPress

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...

2 years ago

2 answers
43 views
0
I'm sorry. Let me ask you again. I have a question about Django's from.

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...

2 years ago

1 answers
39 views
0
Is this book okay?

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...

2 years ago

1 answers
48 views
0
django github problem

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...

2 years ago

1 answers
45 views
0
Django error question(Crying)

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...

2 years ago

1 answers
139 views
0
django Internal Server Error

Attach the traceback.Please comment on what kind of error it is!

2 years ago

1 answers
47 views
0
Where is the django model relationship definition function?

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...

2 years ago

1 answers
79 views
0
Receiving and saving data from the Django app

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 ...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.