go tag

327 questions


1 answers
81 views
0
Tag start is not closed

Tag start is not closed error occurred <img class=img-responsive src={%static images/{{photo.image}}%}>I wrote in the html file...https://docs.djangoproject.com/en/1.10/howto/static-files/I don'...

2 years ago

1 answers
80 views
0
Customized 404.html does not reflect

Thank you for your help.Let me ask you the following questions.The django version is 3.1.7.What do you want to achieveI want the customized 404.html to be displayed when I get 404 errors.What we've do...

2 years ago

1 answers
78 views
0
I want to use one app in Django and different settings.

I am creating an application on Django.Depending on the client, we are considering operating in a subdomain.It is not efficient to install the same application on the system, so we are considering the...

2 years ago

1 answers
72 views
0
Golang I cannot access this site

If you run Golang's main.go, it says you can't access this site.Did something go wrong with this? (I didn't mess with anything) main.gopackage mainimport( net/http html/template)funcmain(){ http.Handl...

go
2 years ago

1 answers
69 views
0
Goroutine stops halfway.

I am writing code in Go language to automate Twitter follow-up.I wrote the following code, but I will follow it normally until the middle, but it will stop in the middle after a while.Exceeded Rate Li...

go
2 years ago

1 answers
86 views
0
Error when reading SQL Server data from Django with a different database name

Django is writing a program to read data from SQL Server, but an object that is different from the actual database name is generated, resulting in an error.The contents of the error are as follows, bu...

2 years ago

1 answers
73 views
0
How to Run Tools Created in the Go Language Periodically

I created a tool in Go language to study.The general features are as follows:I would like to do this once a day at 18:00.You can run it at 18:00 in the program, but you have to keep your PC running al...

go
2 years ago

2 answers
94 views
0
Unable to import module when debugging Django in VSCode

What do you want to solveWhen you start debugging with visual studio code, ffrom.forms import........

2 years ago

1 answers
70 views
0
Go somehow blocks execution and does not exit the program

Go writes a TCP server that sends four values of investment (start, high, low, closing, and time) to the client.The first 8 bytes of data to send are the number of bytes in a four-valued structure rep...

2 years ago

1 answers
125 views
0
Form using django-bootstrap-datepicker-plus does not work well

We are developing a web system using Python and Django in a local environment.The form uses the django-bootstrap-datepicker-plus module to retrieve the date and time information in the calendar format...

« - 8 - »

© 2024 OneMinuteCode. All rights reserved.