Development framework process M V C (99% of development is this process.)
1. URL controller 2. Views View 3. Models library
1. First create a Django
2. After the creation is successful, the functions of several modules inside
Use it to display a web page.
3. Set properties in the urls console and link views
4. Define a method in the views view , returns an index.html web page.
5. Create this web page in templates.
6. Finally run the file.
Click on the URL to open this webpage!
The above is the detailed content of pycharm learning to use Django graphic example tutorial. For more information, please follow other related articles on the PHP Chinese website!