83708679a4f591ee4493c8b77694c736d9f95653
removed popup modal Closes #43 See merge request kbr4/riskletpy!47
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%