https://github.com/vwapplications/vwalmaapi
API para a plataforma ALMA
https://github.com/vwapplications/vwalmaapi
Last synced: 10 months ago
JSON representation
API para a plataforma ALMA
- Host: GitHub
- URL: https://github.com/vwapplications/vwalmaapi
- Owner: VWApplications
- Created: 2018-12-10T01:11:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T04:46:31.000Z (over 6 years ago)
- Last Synced: 2025-03-01T16:47:43.519Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VWAlma API
## Aplicações
#### 1. ALMA Plataform
Active Learning Methodology Automation Plataform
## Comandos Básicos
* **Criar migrações**: `make migrations`
* **Realizar migrações**: `make migrate`
* **Entra no shell do django**: `make shell`
* **Instalar um novo pacote**: `make install package=`
* **Visualizar os pacotes instalados**: `make requirements`
* **Rodar o flake8**: `make flake8`
* **Roda os tests**: `make test`
* **Entra no bash do container**: `make exec`