go tag

327 questions


1 answers
426 views
0
AttributeError at /admin/r/31/4/ 'NoneType' object has no attribute 'startswith'

Hello, everyone.I was making something with janggo and got stuck, but I don't understand why the error message came out, so I'm asking if anyone knows.I Googled and tried it, but I really didn't get i...

1 years ago

1 answers
392 views
0
Python Django is a question!!!

# index.html<!DOCTYPE html><html lang=en><head> <meta charset=UTF-8> <title>Title</title></head><body><form action={%url 'index'%} method=POST> {%...

1 years ago

1 answers
453 views
0
I want to use django-bootstrap-datepicker-plus, but an error has occurred and I cannot implement it.

If you try to start the runserver in this state, an error will occur.If there is a solution, please take care of it.error messages:AttributeError: module 'bootstrap_datepicker_plus' has no attribute '...

1 years ago

1 answers
318 views
0
Undefined error after using time package in Go language

I was writing the code using the time package to read the current time in Japan in Go language, but now I get the following error message.Commenting out a description about time does not erase the err...

go
1 years ago

1 answers
254 views
0
Regarding the issue that air does not work when using Docker to build Go air environment

Operating System Used: Windows 11Docker:Docker Desktop for Windows 1. Use the following Dockerfile FROM Golang: 1.18ENV TZ/usr/share/zoneinfo/Asia/TokyoENV ROOT=/go/src/appWORKDIR${ROOT}ENV GO111 MODU...

1 years ago

1 answers
256 views
0
I don't know what type of field type to specify in the message type in the proto file.

We create proto files, create microservices with Go and Nxt, and develop services that communicate with gRPC.In order to realize a certain functionality, I am thinking of sending the acquired data to ...

1 years ago

1 answers
444 views
0
Hello, I have a question related to Jango and React.

Hello, I am currently making a website with Jango and React. Janggo was made into API using restframework, and React was made to approach API and show at the front desk. One of the apps in the Django ...

1 years ago

1 answers
320 views
0
The web application on the local server cannot be displayed at the URL to which the remote server is transferred.

Prerequisites/What you want to achieveWhen I transfer the web application file created in Django, Python, to the remote server using the command prompt, I get the following error at the destination UR...

1 years ago

2 answers
358 views
0
mkdir/home:read-only file system error during go install

go install github.com/99designs/[email protected] the above command go install github.com/99designs/gqlgen:mkdir/home:read-only file systemThe error occurs.When I looked into the error, I found ou...

1 years ago

1 answers
420 views
0
Django Interactive Shell API Fails

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
- 1 - »

© 2024 OneMinuteCode. All rights reserved.