257 questions
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...
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...
What do you want to solveWhen you start debugging with visual studio code, ffrom.forms import........
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...
I'd like to implement the user logout function and password reset based on django function, but I can't find the site with instructions on how to make it. Do you have any recommendations?
I am currently developing a web application using Django.So I'm looking for a way to redirect a URL with parameters as the title suggests.Specifically, I would like to redirect the URL with encrypted ...
I am trying to incorporate the django application into a web site that is mostly static html.The directory configuration is as follows:root/ ├ var/ │ /wwwwwwwwwwwwwwwww. │ h html/ │ st static │ │ st...
Due to various reasons, I reinstalled the server and rebuilt it, but I cannot load the static file of Django.<About the Environment>·GMO Cloud VPS·CentOS 8·nginx·Django 2.2·python 3.6·Virtual en...
The URL is as follows.scheme://host:80/model_name/param1/param2/param3?order_by[]=field1%20acs&order_by[]=field2%20decs&limit=1&offset=2The field specified in order_by is I would like to d...
In django routing, I would like to specify a unique function in path(), where I receive a request, add processing, and then invoke class view.If you access url from the following source, you will get ...
« | - 5 - | » |
© 2024 OneMinuteCode. All rights reserved.