How to introduce django into jquery
This article mainly introduces how django introduces the relevant knowledge of jquery, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will gain something after reading this django article on how to introduce jquery. Let's take a look at it.
The specific steps are as follows:
1. First, go to the jquery official website and download the jquery source file.
two。 After the source file is downloaded, create a new static file in the django root directory and cut the jquery source file into it
After the 3.jquery source file is cut, make the following configuration in the settings.py file
STATICFILES_DIRS = (
Os.path.join (os.path.dirname (_ _ file__),'..', 'static'). Replace ('\','/')
Os.path.join ('static')
)
4. Finally, after the settings.py file is configured, you can use the script tag to introduce jquery
This is the end of the article on "how to introduce django into jquery". Thank you for reading! I believe you all have a certain understanding of "how to introduce jquery into django". If you want to learn more, you are welcome to follow the industry information channel.