django tag

257 questions


1 answers
44 views
0
I have a question about Django Application.

Django created and managed more than one application in one project.I wonder what is the criteria for creating an application and how to manage common resources (e.g. user model, base model, etc.).

2 years ago

1 answers
47 views
0
python Django KeyError

The above error occurs when you turn on the Django server and request a page after accessing it. I don't think I can find the key value, but I want to know exactly what the error is!

2 years ago

1 answers
43 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
40 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
38 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
40 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
38 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
42 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
65 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
44 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
« - 22 - »

© 2024 OneMinuteCode. All rights reserved.