django tag

257 questions


1 answers
37 views
0
File => base64 conversion question.

Hello, everyone We are currently developing a program that handles files. I have a question during the developmentData processing such as replacing an existing image or video file with base64It's runn...

2 years ago

1 answers
37 views
0
Can I process events that JavaScript used to do through Django?

It's exactly what the title is. I have to program what event is processed when I press a button on the web, but I have to link it with Python's Keras, so I'm going to develop it through the Django fra...

2 years ago

1 answers
37 views
0
I have a question about the django form save method.

I want to receive the file url from the front desk, convert it into a file, and save it to fileField.Receive the file url in POST format and override the form.py save() method The process of extractin...

2 years ago

1 answers
40 views
0
django foreign key question.

You are trying to save the file through the django foreign key.First, extract the file from url that came in through view.py The process of saving a file to a foreign key.#models.pyclass UploadModel(m...

2 years ago

1 answers
88 views
0
I have a question for ffmpeg. (Python, Django linked)

I have a question about ffmpeg and Python linkage.ffmpeg is usually run in the command window, for example, file conversion'ffmpeg -i video.mp4 out1.avi'The command saves out1.avi to the root path.But...

2 years ago

1 answers
66 views
0
I have a question about saving files in the awsec2 directory

We are currently working on a project to create a program that converts video files.The most worrying part of the process is the aws loading part.I received the video file that I plan to convert to fi...

2 years ago

1 answers
41 views
0
I would like to ask you how to keep the selected value even if it is reloaded.

Hello, <select id=test name=num onchange=this.form.submit()> <option value=> ---------------------------- Not Selected ---------------------------- </option> <option value=1>1&...

2 years ago

1 answers
114 views
0
Front: React Backend: Longguo questions

We are developing a chatbot using React and Jango.What I want to do now is to send it to the server when the user enters a message at the front deskYou have to make a move and return the appropriate a...

2 years ago

1 answers
49 views
0
I have a question about using Ajax in django.

Hello, I want to receive the select value using ajax, process the data accordingly, and then show it to the next select value, but I don't know how to process the data processed by ajax when I transfe...


1 answers
40 views
0
How to store data in DB

# model.pyfrom django.db import models# # Create your models here.class Weather(models.Model): Temperature = models.CharField(max_length=20) Humidity = models.CharField(max_length=20) Check_Time = mod...

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.