go tag

327 questions


1 answers
51 views
0
400 bad request!

I'm hosting a server at pythonanywhere Below is the address. http://ssy10011218.pythonanywhere.com/If you click on comment, it says 400 bad request...I really don't know where it went wrong. If I have...

2 years ago

1 answers
48 views
0
I don't know how to make a 1:N relationship on django's db (models.py)

Hello, about Python, django basics on the tryhello world site I'm going to study and make a basic lecture bulletin board. at models.pyclass Subject(models.Model): subject_name = models.CharField(max_...

2 years ago

2 answers
45 views
0
Is it possible to do this for a long time?

Hi, everyone.Is it possible to do this for a long time?I wonder if it is possible to adjust the number of variables that are sprayed according to the browser size when sprinkling variables on the temp...

2 years ago

1 answers
49 views
0
To add a django ManyToMany relationship to data from an already existing model

https://docs.djangoproject.com/en/1.8/topics/db/examples/many_to_many/I'd like to ask you a question while looking at the Django manual.After declaring the model, the manual creates an instance in the...

2 years ago

1 answers
45 views
0
Please recommend an example on the membership form of the Django project.

I tried to create a membership form using http://studybee.kr/beginner/12%EB%A5%BC.I don't think I can make a membership form because it's the old version, so I'll sign up for membership in Django,I'd ...

2 years ago

1 answers
48 views
0
I have a question about inheritance in HTML.

.I am writing a web page using Django. I want to inherit the menu.html and use it in the left class, but I don't know how to use it. What should I do?

2 years ago

2 answers
71 views
0
Can't you install pip3.5 in Python 3.5 environment?

http://tryhelloworld.co.kr/courses/%EC%9E%A5%EA%B3%A0%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%9C-%EC%9B%B9%EC%82%AC%EC%9D%B4%ED%8A%B8-%EB%A7%8C%EB%93%A4%EA%B8%B0/lessons/%EC%9E%A5%EA%B3%A0-%ED%94%84%EB%A1%9...

2 years ago

2 answers
50 views
0
Can a non-major create a web service?

A non-major can use django python to use Instagram or Twitter Can we create a web service?If possible, how long will it take to learn and make a language?And a beginner can learn to build a website wi...

2 years ago

1 answers
102 views
0
Django Wang novice's question! I can't print it out from the long-range db.

# index.html<tbody> {% {% for post in job_opening %} <tr> <td>{{ post.title }}</td> <td>{{ post.target }}</td> <td>{{ post.department }}</td> ...


1 answers
51 views
0
django and character set

Hi, everyone.When deleting data from django, in the column in Korean, (1366, Incorrect string value: '\\xED\\x85\\x8C\\xEC\\x8A\\xA4...' for column 'object_repr' at row 1)An error occurs. Mysql's DB a...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.