c581265e5f7392f96ea646ce8f0946d0d45b5a25
Recommendations are now generated by AI, changed format for key findings, risks names are now bold Closes #41 See merge request kbr4/riskletpy!46
This project was done with:
How to run project?
- Clone this repository.
- Create virtualenv with Python 3.
- Active the virtualenv.
- Install dependences.
- Run the migrations.
git clone https://github.com/senaduka/backend.git
cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate
Django Seed
if running django-seed type:
python manage.py seed crm expense --number=15
Este projeto foi feito com:
Como rodar o projeto?
- Clone esse repositório.
- Crie um virtualenv com Python 3.
- Ative o virtualenv.
- Instale as dependências.
- Rode as migrações.
git clone https://github.com/senaduka/backend.git
cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate
Django Seed
Se quiser rodar o django-seed digite:
python manage.py seed crm expense --number=15
Description
Languages
HTML
49.5%
Python
40.4%
CSS
6.9%
JavaScript
3.2%