go tag

327 questions


2 answers
51 views
0
I want to run the Python program on the web.

I want to run the Python program on the web.I want to make a converter like MP3 to WAV on the webHow should I do it? Is it possible to use Django or other web frameworks?

2 years ago

1 answers
49 views
0
How to handle parameters in Django view

Hi, everyone. This is a question about how to receive parameters from the long view. View and url are def actress_detailview(request, name): actresses = EnActress.objects.filter(name=name) jpname = Jp...

2 years ago

1 answers
47 views
0
Save django object question.

Hi, everyone.https://docs.djangoproject.com/en/1.10/topics/db/queries/#updating-multiple-objects-at-onceThis is the object storage question in My code is In [23]: for item in ActressInfo.objects.value...

2 years ago

2 answers
51 views
0
Rails vs. Django

Ruby on Rails and Django, both have a mvc pattern and similar languageWhich of the two is good for beginners of programming to learn easier and faster?What other sites or video lectures are good to le...

2 years ago

1 answers
44 views
0
Blog Post Implementation Code

http://www.wp-themes24.com/wp-content/uploads/2014/10/pingraphy-pinterest-style-wordpress-theme.jpgThere are many posts on the web. To make a post like that with Jango and Python,How do you code?Can I...

2 years ago

1 answers
96 views
0
Python Question UnicodeDecodeError: 'utf-8' code can't code byte 0xb1 in position 0

I'm studying Python for djangoWhen you run the server, continue UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb1 in position 0: invalid start byteI don't know if this is the problem, but when ...


1 answers
50 views
0
This is a question about django ForeignKey.

The first question is what is the difference between the code ForeignKey below?One in the company says, It's marked, but I don't know what's different. The result isIt comes out the same, but I was cu...

2 years ago

1 answers
50 views
0
Django Development Questions

I have no idea what to do during the development of the website, so I'm asking you a question. The function of the website I'm currently creating is a bulletin board function, and I have to divide the...

2 years ago

1 answers
50 views
0
This is a lengthy syntax question.

Hello, everyone ^I'm asking you a question because there's a blockage during study as an official document of Jango.1.9 In the N:1 data field definition, it is defined as ForeignKey followed by (self,...

2 years ago

1 answers
49 views
0
I have a question about the site made by django

Use Python manage.py runserver for cmd You can access the site created within the computer you are using How can I get an external computer to connect?

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.