django tag

257 questions


1 answers
45 views
0
I want to modify the django form, what should I do?

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

2 years ago

1 answers
46 views
0
This is a question from the design side of Django.

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

2 years ago

1 answers
51 views
0
Question about widget in Django form

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

2 years ago

1 answers
60 views
0
Let me ask you a question about the django frame

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

2 years ago

1 answers
38 views
0
An importError occurs while using an app called django-tables2 in django.

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?

2 years ago

1 answers
42 views
0
The error UNIQUE constraint failed: auth_user.username occurs when using the member information modification form.

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

2 years ago

1 answers
101 views
0
Wordpress question

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

2 years ago

2 answers
108 views
0
Display dictionary data or images in the Django template

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

2 years ago

1 answers
49 views
0
Django, adding views to detail page

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

2 years ago

1 answers
50 views
0
To create a table by copying and modifying a specific table in the Django model

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

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.