virtualenv venv
source venv/bin/activate
pip install -r requirements/test.txtIf postgres is running, you can run SQL files using:
psql -f sql/rank_employees.sqlEmployee sample data modified from Sling Academy
| Name | Name | Last commit date | ||
|---|---|---|---|---|
virtualenv venv
source venv/bin/activate
pip install -r requirements/test.txtIf postgres is running, you can run SQL files using:
psql -f sql/rank_employees.sqlEmployee sample data modified from Sling Academy