Skip to main content

Builder Web Services

Project description

MS Core

Ms Core

Instalar / Crear un proyecto

mkdir nombre_proyecto
cd nombre_proyecto
pip install --upgrade bws
python3 -m bws.cmd.create_project --name_app=main

Crear un aplicación

cd nombre_proyecto;
python3 -m bws.cmd.create_project --name=app/nombre_app

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-0.0.2.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

bws-0.0.2-py3-none-any.whl (19.9 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