django tag

257 questions


1 answers
77 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
85 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

2 answers
93 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
124 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...


1 answers
80 views
0
I want to implement user logout and password change function based on django function

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?

2 years ago

1 answers
74 views
0
Failed to redirect a parameterized URL

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 ...

2 years ago

1 answers
80 views
0
I want to have the external html read into the html in the template of Django.

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...

2 years ago

1 answers
57 views
0
Unable to load Djangostatic file

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...

2 years ago

1 answers
80 views
0
I'm trying to create a REST_API in Django.Please tell me how to get the path.

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...

2 years ago

1 answers
73 views
0
Django AttributeError: 'function' object has no attribute 'get'

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 ...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.