django tag

257 questions


1 answers
43 views
0
There was a problem following the tutorial.

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

2 years ago

1 answers
40 views
0
Django field additional question.

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

2 years ago

1 answers
81 views
0
What's the reason for changing to 404 error? 'get_object_or_404'

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

2 years ago

1 answers
88 views
0
Why do you use django rest framework?

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


2 answers
54 views
0
Django template question.

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

2 years ago

1 answers
41 views
0
Recall djangoManytoManyField value from View

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

2 years ago

3 answers
41 views
0
It's a question from django form!

The membership page was made as follows.{% extends base.html %}{% {% block title %}User Registration{% endblock %}{% {% block head %}User Registration{% endblock %}{% {% block content %} <form meth...

2 years ago

1 answers
42 views
0
django legacy data model relationship definition question.

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

2 years ago

2 answers
141 views
0
Django view page Unicode error

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

2 years ago

1 answers
39 views
0
I can't drag the css outside??? (django)

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

2 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.