django tag

257 questions


1 answers
282 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...

2 years ago

1 answers
289 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...

2 years ago

1 answers
292 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...

2 years ago

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
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
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.