RoutesΒΆ
Associate URL paths to views by editing the routes.py file:
nano ${PACKAGE}/routes.py
If you need routes for static files (not recommended for production), add your static prefix/path associations to STATIC_ROUTES.
Associate URL paths to views by editing the routes.py file:
nano ${PACKAGE}/routes.py
If you need routes for static files (not recommended for production), add your static prefix/path associations to STATIC_ROUTES.