Skip to main content

Builder Web Services

Project description

MS Core

Ms Core

Instalar / Crear un proyecto

echo "export PATH=\$PATH:$HOME/.local/bin" >> ~/.bashrc

pip install -U bws-boa


# crear proyecto 

boa init .

Crear un aplicación

boa add-app <name>

Activar app

Agregar dentro de app.config.INSTALLED_APPS el path del modulo

INSTALLED_APPS = [
    "...",
    "app.nombre_app"
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bws-boa-0.0.5.tar.gz (24.3 kB view hashes)

Uploaded Source

Built Distribution

bws_boa-0.0.5-py3-none-any.whl (25.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page