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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bws-0.0.2-py3-none-any.whl
(19.9 kB
view details)
File details
Details for the file bws-0.0.2.tar.gz.
File metadata
- Download URL: bws-0.0.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97f48aed1526e41aae30aa037d6584c344b2d66f60e287ecba8c33679375d08c
|
|
| MD5 |
e14d11bc9190a30d923819467a901389
|
|
| BLAKE2b-256 |
6d26b9713182ff5e3c4065c3d18146b07e59830f2693a681a3431ea0f6abf6ca
|
File details
Details for the file bws-0.0.2-py3-none-any.whl.
File metadata
- Download URL: bws-0.0.2-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ecfd7abf2e755c79d9c61a7ae22cc3c9d70e2192f79dfb8b9314d26f1694d59
|
|
| MD5 |
71a098a7f739a291a7c801484bc9d16c
|
|
| BLAKE2b-256 |
a0b52930ea09a234f08126bf634148c4f3a8246faa1c1bc1d5861354c6cbb71c
|