Put your own HTML in pyramid.

Source: Internet
Author: User

1. First, create a folder in the project file according to the previous conventions, create a file, and then embed the code you have written.

In the previous step, copy and paste are used.

Next, you need to configure URL routing in the configuration file of pyramid, which has been processed by URL routing.

2. Configure URL routing,

In the project directory function, modify the _ init _. py file and add the statement config. add_route ('xxx _ create', '/XXX/create ')

Indicates that the URL/XXX/create is accessed and then processed using the xxx_create function.

The xxx_create function is stored in/views/user. py.

 

@ View_config (route_name = 'xxx _ create', Renderer = '/XXX/create. Mako ')
Def create (context, request ):
Return {}

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.