257 questions
https://rk.edu.pl/en/capturing-images-webcam-django-jpegcam/I was following the tutorial on the page above. Not Found: /main/cap/webcam.swfThis error has occurred. I think there was an error in the ur...
Question about adding Django model field ^^class ActressInfo(models.Model): id = models.AutoField(primary_key=True) name = models.CharField(max_length=100) birth = models.CharField(max_length=100) sta...
I'm studying janggu.Everyone in the lecture and on the internetTeach them to stop DoesNotExist using 'get_object_or_404'.Both are errors, but I wonder why you change 500 errors (server errors) to 404 ...
I'm trying to make an app and web together while playing django. I'm going to use the restful method to send and receive data in the app.But there's a thing called django restframework, but I don't kn...
Re-post the question about the long-term template.First of all, below is my code.<table> <tr> {% {% for entry in actress %} <td>{{entry.name}}</td> {% {% endfor %} </tr>...
ProfileCategoryForm is used to receive and save ProfileCategory model values from html in POST format. Here, I would like to load each extras_profile_text and extras_category_text of the Profile and C...
The membership page was made as follows.{% extends base.html %}{% {% block title %}User Registration{% endblock %}{% {% block head %}User Registration{% endblock %}{% {% block content %} <form meth...
Hi, everyone. I'm making a web app that shows a list of movies with actresses.So I downloaded the data through scrap and saved it in DB.Below is the Django model.class MovieList(models.Model): release...
Hello, I am a beginner developer who is just starting to develop Django.Django is trying to input DB and output input data. I don't know if it's because it's in Korean when I input DBUnicodeEncodeErro...
In the garageCreate a 1.html file and style.css file in the templateI'm going to drag the css in html to the outside in style.cssWhy not?<!DOCTYPE html> Hello world/* style.css */h1 { color: or...
« | - 20 - | » |
578 Understanding How to Configure Google API Key
917 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.