go tag

327 questions


1 answers
81 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
76 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
81 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
58 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
59 views
0
About Echo's concept of claims

https://echo.labstack.com/cookbook/jwtI am looking at What are map claims and custom claims?What kind of concept is claim?

2 years ago

1 answers
74 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

1 answers
79 views
0
When I deploy the Django app on AWS Elastic Beanstalk, I can't see the static directory.

I'm about to publish a project made with python 3.4, django 1.7 on AWS Elastic Beanstalk.The deployment was successful and I was able to access it with a browser, but the directory containing the stat...


1 answers
136 views
0
Results cannot be displayed in the web app created in Python (Bottle)

I'm a Python beginner.I would like to display the program I created in Python (simple calculation/mahjong library) in my web browser using the bottle framework.*Partial modificationsPython 3.8 and abo...


1 answers
68 views
0
I want to filter the parent value from the child model with Django reverse reference and extract the data.

I am currently doing a tutorial on Django, but I would like to filter out the values in views.py on the model below, but I don't know how to write the code.Could you please let me know the details?I w...

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.