go tag

327 questions


1 answers
470 views
0
After deploying the application created by Django to heroku, the application does not appear.

After deploying the application created by Django to heroku, the application does not appear.After deployment, open the URL of the app The following error occurred:Application errorError occurred in t...

2 years ago

1 answers
361 views
0
I want the command-line options before and after the command-line arguments in the flag package in Go language.

We are currently implementing a simple curl command in the Go language.Command-line options are intended only for -v, -x, -o, -d and are configured as follows://Configuring Options var showHeader pool...

go
2 years ago

1 answers
325 views
0
which of the golang regular expression (regexp string) packages is better

If the regular expression of go is slow, there was an article on the Internet, so did you want to make it similar? Which is faster, string or regexp? (I didn't compare it with the code I told you beca...

2 years ago

1 answers
143 views
0
I am using Django, but I am hooked on form and HTML.

Django is a beginner who develops web apps while studying.I'm creating a page where I type in the search criteria for travel sites, but when I try to create a form and reflect it in the template, I ca...

2 years ago

1 answers
125 views
0
KeyError: ('', '') when making migrations cannot be resolved

I am developing a web system at Python 3, Django.We are developing it by checking the operation locally and then deploying it to a remote server.If there is a change in the model class, makemigratinon...

2 years ago

1 answers
69 views
0
I want to see "Hello django" on my Mac

Django's server won't start. Please tell me how to resolve it.Mac 10.14.4 (18E226)vscodeMinicondadjangopythonDjangoAnacondaExtensionPackMagicPython(dj)watanabekeitanoMacBook-Pro:test3watanabekeita$con...


1 answers
132 views
0
About Django Salt Values

I would like to know what salt values are used when hash passwords.I followed the sauce, but I didn't know.I'm wondering if it's SECRET-KEY from setting.py.Please tell me who it is.

2 years ago

1 answers
130 views
0
Understanding Web System Behavior

The web system itself is a beginner.I am studying a web system using Django.In a desktop system, when a unique code is entered into an input item, the cursor automatically displays the name associated...

2 years ago

1 answers
90 views
0
Is it unnatural to use wordpress in django?

I'd like to develop a service, but is it strange to use django to run wp?I can't write php, so I used django in python to create login authentication, and I thought WP would be better to manage the co...

2 years ago

1 answers
122 views
0
About Python import.external file loading

I want to load an external file and use it, but it doesn't work.Please let me know.environmentCentOS 7Python 3.7Django 2 tree.app1| - aa.py Loaded Files| - bb.py Import Filesaa.py def hoge: print('hog...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.