This is first part of the Bank exchange rate aggregator.
- Rename settings_example.py to settings.py and enter your database and sentry settings.
- Install needed python modules
pip install -r requirements.txt
. - Run models.py to create needed tables.
To run the spiders execute run.py
.
Run test.py
for app testing.