Toggle navigation
Log In
Sign Up
Lost password?
Log In
Web2py Tutorial: Create a URL alias app
Table of Contents
Why web2py?
The URL Alias Application
Setup web2py
The IDE and Admin Tool
Configure db.py
Create User and Group
Configure db1.py
Database Admin
The Controller
The View
The resolve_alias Function
The resolve_alias View
Configure menu.py
Internationalization
Distribute your App
Download Source Code
Web2py Resources
Create User and Group
Go to the
Database Administration
Page.
Create a user.
Create a security group
Assign the user to the security group.
Later we will write a function in the controller to create URL aliases. This function will have an auth decoration that will require the user to be a member of the
managers
group.
More on Authentication
More on Authorization
[
Previous
] [
Next
]