go tag

327 questions


1 answers
383 views
0
Django Interactive Shell API Error (2)

Prerequisites/What you want to achieveI am working on a tutorial on Django.I was referring to the following site to use the command to call the interactive shell and access the database API, but an er...

1 years ago

2 answers
372 views
0
I don't understand the paragraph about Variable Functions on the tutorial site called "golang programs"

If you understand the meaning of the following paragraphs in the Select single arguments from all arguments of variable function. section, please let me know.Needs to be precede when running an empty ...

go
1 years ago

1 answers
382 views
0
JSON data dumped in Django views is not modeled as expected in template javascript.

I'm trying to write a graph using Django user data.I have configured views to send the model in JSON format as follows:views.py diary_list=serializers.serialize('json', Diary.objects.filter(author=cur...

1 years ago

1 answers
371 views
0
AttributeError: 'Userdata' object has no attribute' check_password'

Prerequisites/What you want to achieveCustomized authentication backend to use authenticate using unique modelProblems/Error Messages you are experiencingYou can see that the error is written as if th...

1 years ago

1 answers
382 views
0
Deployment destination (heroku) fails to migrate wagtail (DjangoCMS)

We have deployed a web application developed using wagtail by referring to the page below.Deploying a Wagtail Site on HerokuSince I have previously deployed another app, I was able to deploy it withou...

1 years ago

1 answers
271 views
0
I want to lower the banner.

Current StateAs you can see in the picture, when you open the page, the banner is already under the menu, making it difficult to see.I've tried many things, but it doesn't work.Please help me!!This is...

1 years ago

1 answers
267 views
0
Gunicorn server of blog system deployed to EKS becomes Worker Timeout

BackgroundWe are migrating our previously deployed blog system to the AWS EKS cluster.On the EC2 of the existing system, two containers operate: a web server (nginx) container and an AP server (django...

1 years ago

1 answers
431 views
0
Replace specified string in Go language (for multiple text files)

I created a program to replace the text file (recursively search) under the specified directory in Go language with the specified string, but I entered the string (before, after)If you know how to mak...

go
1 years ago

1 answers
352 views
0
GNU GLOBAL (gtags) is not available for Go source files

I ran gtags in the directory where the source code for Go resides and generated a tag file.After creating the tag file, I tried to jump the tag using gtags.vim (vim plug-in included with GNU GLOBAL) i...

1 years ago

1 answers
275 views
0
Deployment of a web app created in Django in heroku fails.

To deploy the web app created in Django in heroku git push herokumainThe following error occurred while trying to:Omittedremote: To https://git.heroku.com/hogehoge.git ! [remote rejected] main->mai...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.