PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
All Classes Namespaces Files Functions Variables
Namespaces | Functions | Variables
__init__.py File Reference

Go to the source code of this file.

Namespaces

namespace  system
 

Functions

def system.controlpanelapi (g)
 Configures settings for the whole site. More...
 
def system.dbapi (g)
 Used by the web database management interface to handle objects in the system. More...
 
def system.fileapi (g)
 Standard API to search through the files on the system and change names or descriptions. More...
 
def system.securityapi (g)
 Sets security for database objects. More...
 
def system.sessionvars (g)
 In order to enable caching for static pages, we place all session and user specific information in this special handler. More...
 
def system.translationsapi (g)
 Handles frequently used translations for the system. More...
 
def system.upload (g)
 Handles uploads for the whole system. More...
 
def system.userapi (g)
 Handles logins, registrations, approvals, and user information. More...
 

Variables

dictionary system.ROUTES