API for Mixr.
Find a file
2024-02-25 18:47:10 +01:00
db Setup Postgres for local development. 2024-02-25 00:20:51 +01:00
mixr_api Some initial user model setup 2024-02-25 18:39:37 +01:00
.gitignore Initial django project setup 2024-02-24 22:55:19 +01:00
manage.py Initial django project setup 2024-02-24 22:55:19 +01:00
README.md Added some database setup infos 2024-02-25 18:47:10 +01:00
requirements.txt Setup Postgres for local development. 2024-02-25 00:20:51 +01:00

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