Bases: object
Base application class contains obly settings, urls and resolve_url method
Bases: lighty.wsgi.BaseApplication
Application loads also templates and database connection
Some decorators can be used to create view
Module contains methods to work with request and response objects
Package contains URL patterns management functions
Load urls file. This file requires to contains urlpatterns variable. It could be list or tuple of results of url() function calling.
from app_name.views import hello_view
)
lighty.templates Package (Lighty Templates system)
Enter search terms or a module, class or function name.