[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.119.238: ~ $
"""This module conatins only global application class and object.
Please, do not import any other modules there. """


class Application:
    """Store settings for different parts of application.

    SCHEMA_PATHS - additional paths to store RPC/CLI schemas
    VALIDATOR - SchemaValidator object
    MIDDLEWARE - dict with middleware to apply
    MIDDLEWARE_EXCLUDE - dict with middleware that should be excluded
    MODULES_WITH_MODELS - list of modules with models
    MIGRATIONS_DIRS - list of dirs with migrations
    """

    SCHEMA_PATHS = None
    VALIDATOR = None
    MIDDLEWARE = None
    MIDDLEWARE_EXCLUDE = None
    MODULES_WITH_MODELS = []
    MIGRATIONS_DIRS = []
    MIGRATIONS_ATTACHED_DBS = []


app = Application()

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 734 B 0644
determine_hosting_panel.py File 2 KB 0644
settings.py File 1.47 KB 0644
tags.py File 1.52 KB 0644