how does django-rest-framework write WeChat Mini Programs s payment interface, ...
how can django-rest-framework retrieve the password by adding CAPTCHA to his mobile phone? ask for the code ...
is using a remote picture, how can it be disguised as a local picture? example: http: c.csdn.net bbs t 5 i p. becomes: http: localhost mycenter pic. the picture is also on the remote server, this change does not exist. ...
problem description vue uses axios to access the backend: this.$axios.get( " api v2 server singleServer ", {params: {userid:that.$store.state.userData.id,token:that.$cookies.get( token ),serverid:that.$route.params.serveri...
from django.db import models from datetime import datetime class Coral (models.Model): add_time = models.DateTimeField(default=datetime.now, verbose_name="") month = models???? for example, the value above me has two word breaks, and th...
problem description when trying to integrate vue with django, django was able to find the relevant static file, but reported an error "Uncaught SyntaxError: Unexpected token ...
the problem is that channels is used as an extension of django to support websocket. The front-end page sends data to the backend through websocket, routes to consumer processing, and sends back messages to the front-end after processing. It is perfect,...
Django2.0 adds fields to the existing model then execute Python manage.py makemigrations appname but execute Python manage.py migrate prompt table already exists how to add fields to an existing model ...
problem description version note: python3.6.5 django 2.0.8 django restframework 3.8 WeChat Mini Programs development, using django as the backend. In the program for processing photos, when the picture is uploaded through the ImageField field...
django article content page pagination display how to do this? Not list paging. The content of a single article is divided into pages. Do you have any ideas? something like this Thank you ~ ...
I would like to ask you if there is a get_model-like method in Django that can instantiate Form based on keywords. does not seem to have such a method as get_form, or can you only write it yourself? ...
problem description how do I deploy celery on the server? Environment: celery 4.2.0 , django 2.0.8 , python3.6.5 < hr > the environmental background of the problem and the method of trying recently developed a small project that requires cel...
The site is written in DJANGO, and the page already has a FORM to submit to the background. but I want him to jump to other sites at the same time when he submits, and need POST data at the same time when he is redirected. and my FORM form is validate...
problem description TemplateDoesNotExist the environmental background of the problems and what methods you have tried checked no less than 50 web pages, including Google,stackoverflow, etc. related codes Please paste the code text below (d...
The data is imported from dbf, and the current field is the string year, month, day, hour, second, 201810110950. what should I do across the query time in the wee hours of the morning? For example: from 16:00 in the afternoon to 5 o clock in the mornin...
I made a paid query website. It s the kind that doesn t have to log in. then the logic is that the user enters the post server and the server returns the information. The problem is that you need to enter a return url and a notification url on the pay...
Hello, everyone. I am a novice developer of web . There is a question that puzzles me. what should I do if an exception occurs in the background after the front end of the user submits the request? this is what I usually do: 1. 2. I think my w...
the department quickly develops an asset management page, first realizing only the simplest asset entry and management. Is there any mature open source project that can be used and developed quickly? ...
django+vue is used as the back-end and front-end. I want to pass some back-end configuration to the front-end page when rendering the home page: class HomePageView(TemplateView): template_name="index.html" def get_context_data(self,...
problem description the company asked for some information about the project. Among them, the healthy running time of the project, I do not know how to solve it. the environmental background of the problems and what methods you have tried the Djan...
because I have multiple data lists on my page, I integrate the corresponding data methods into one method, and then return the methods in the integration method. The code goes like this: script template usecaseMetheds().pageSizeChange : 1 limi...
as shown in the figure below, a Swagger interface is always generated by default after swagger documents are generated. After a careful study of the configuration file, there is no option to block this interface. this interface is useless. Putting it ...
Front end: <div class="cart-table table-responsive"> <table class="table table-bordered"> <thead> <tr> ...
when using iView s Page: <Page :total="40" size="small">< Page> Let s click on the page number of page: how can we get the current page number of Page? ...
Does the js function split a heap memory every time it is run? ...