go tag

327 questions


2 answers
49 views
0
I have a question regarding import from Django.

Python, I have a question. If you look to the left, the folder structure is displayed.By the way, if you import from views, you will see a warning sign if you do from login.forms import *Running the p...

2 years ago

1 answers
68 views
0
I'd like to enter the contents of the model in two classes on one page

I'm a beginner who just started studying janggo. How can I save the entire model contents as shown below by entering it into a form on one page (HTML)? Class view is being used.from django.db import m...

2 years ago

1 answers
42 views
0
How do I change the effect of mouse focus on the web? Javascript, J-Query?

The ability to change the size or shape of a blog when you mouse over a list, post, or imageIs it J-Query? Is it JavaScript?Where can I learn if I'm right?

2 years ago

2 answers
54 views
0
Django Templates, NameError error question.

I'm running a Jango Girls tutorial but it's not working wellFirst of all, this is the error.NameError at / name 'posts ' is not defined#mysite/views.pyfrom django.shortcuts import renderfrom django.ut...

2 years ago

2 answers
62 views
0
django and node.js

After analyzing data with Python, I wanted to study serverI'm thinking about what to do.Is django a framework and node.js a server language?I want to create a social commerce site with a lot of traffi...

2 years ago

1 answers
46 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
47 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
52 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
61 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
39 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
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.