django tag

257 questions


1 answers
47 views
0
I want to implement the function of changing the data value at a fixed time.

For example, when a member registers a post and it is registered as 07/01/2017 in the 'Automatically Deleted Date' attribute, We would like to implement a function that automatically changes the value...

2 years ago

1 answers
43 views
0
Please help me with the django image problem

I want to put an image in the html file using img src=img/background.jpgWhat should I do because it keeps appearing on the screen as Ex-Park?

2 years ago

1 answers
50 views
0
I'm developing it for a long time, do you register an email with the postgresql user?

I am currently using postgresql 9.4 with postgis 2.1. I'm trying to make an application with a long storage.

2 years ago

2 answers
45 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
43 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
41 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
42 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
37 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
88 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
42 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
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.