go tag

327 questions


1 answers
43 views
0
The error UNIQUE constraint failed: auth_user.username occurs when using the member information modification form.

You are about to replace the stored data. The membership model is Register and I want to modify the membership information data in it. Currently, UNIQUE constrain failed: auth_user.usernameIt says err...

2 years ago

1 answers
101 views
0
Wordpress question

I was studying to make a web service with django and PythonIt's a bit too much, so I'm going to start with WordPressWhat I want to make is a social network, but is the plug-in for this Buddy Press?And...

2 years ago

2 answers
108 views
0
Display dictionary data or images in the Django template

Hi, everyone.I would like to ask you how to display the image data downloaded by scrapy on the long-term template.First of all, the data field downloaded by scrapy is connected to the Django model usi...

2 years ago

1 answers
50 views
0
Django, adding views to detail page

We're learning about Jango Girls in KoreanApplication extension part / post Add view to detail pageIf you type Post.objects.get(pk=pk) in the shell,It says doesnotexist at/post/10When I type the low-k...

2 years ago

1 answers
51 views
0
To create a table by copying and modifying a specific table in the Django model

Hello. This is a question for Jango model.class EnActress(models.Model): name = models.CharField(max_length=100, null=True)After modifying the data in the name field in the above model (data in the na...

2 years ago

1 answers
41 views
0
Django Model Translation

Hi, everyone.You are about to convert the language of a specific field in the Jango model.It's not a translation, it's a translation that sounds like a reading, like house -> house.In the case of t...

2 years ago

1 answers
53 views
0
I'm going to make a system that posts in order of distance from one standard, so which format should I take, decimal or float, when storing coordinates?

http://stackoverflow.com/questions/30706799/which-model-field-to-use-in-django-to-store-longitude-and-latitude-valuesI am not good at English, so I roughly interpreted the above articleI think there a...

2 years ago

1 answers
47 views
0
An internal error occurs when writing postgis, django in postgresql. How do I resolve the error that I can't load the library?

Running python3 manage.py migrate in django django.db.utils.InternalError: could not load library /usr/lib/postgresql/9.5/lib/postgis-2.2.so: /usr/lib/liblwgeom-2.2.so.5: undefined symbol: GEOSClipByR...

2 years ago

1 answers
41 views
0
This is a question to make django move on to a specific link.

I'm trying to make a site with django 1.9.I made it searchable using Elastic Search and haystackI'm asking you a question because I don't know how to do this and that., for instance . <a href=...&g...

2 years ago

2 answers
48 views
0
TemplateDoesn'tExist...Door error...

I'm making a similar web after watching the Jango Tutorial http://ssy10011218.pythonanywhere.com/ webpage. If you press the text here, it goes into the post_detail, and what looks like a pencil is the...

2 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.