django tag

257 questions


1 answers
81 views
0
How to implement login and login maintenance on Android when using REST API

Hello.I am a very beginner in programming. I've worked on REST api through Django (django-rest-auth), but I have no idea how to implement login here, so I'm posting a question here.The api I made is j...

2 years ago

1 answers
139 views
0
Django function declaration question.

In the Django tutorial, functions in the views file receive requests without receiving self as the first parameter.I know that the Python function must receive self as the first parameterI wonder what...

2 years ago

1 answers
65 views
0
This is a question about uploading an image.

Hello. I keep asking questions. If you select an image and press the file upload button, that screen comes out and you can't move to the next screen. model.pyclass image(models.Model): image1=models.I...

2 years ago

1 answers
95 views
0
Django, Python novice to develop?

Hi, everyone. I'm coding newbie who just entered Python and Django world.I've never studied another program language beforeI think it would be very helpful to study if I made my own service (relativel...


1 answers
62 views
0
I'll rewrite it and ask you a question

I'm using django now and I'm going to divide frameset in HTml. But it's not even written in HTML code. Please check.It's also divided into views.It's divided by urls.The purpose of the screen.Current ...

2 years ago

2 answers
47 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
67 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
53 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
61 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
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.