Quickstart:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py db setup
python manage.py db seed
make serveDependencies:
1. Postgresql
2. Redis
Before commit:
make lint && make tests| Name | Name | Last commit date | ||
|---|---|---|---|---|
Quickstart:
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py db setup
python manage.py db seed
make serveDependencies:
1. Postgresql
2. Redis
Before commit:
make lint && make tests