API for Mixr.
db | ||
mixr_api | ||
.gitignore | ||
manage.py | ||
README.md | ||
requirements.txt |
Mixr API
Setup
Install requirements
If there are any issues with psycopg2
and that it cannot be imported, you might be missing libpq-dev
. If you are using a virtual environment, install it with sudo apt-get install libpq-dev