API for Mixr.
Find a file
2024-02-29 00:05:41 +01:00
api_v1 Added Mood model 2024-02-29 00:05:41 +01:00
db Setup Postgres for local development. 2024-02-25 00:20:51 +01:00
mixr_api Added Mood model 2024-02-29 00:05:41 +01:00
.gitignore Properly added .idea folder to gitignore 2024-02-28 13:46:50 +01:00
manage.py Initial django project setup 2024-02-24 22:55:19 +01:00
README.md Adding rest framework to dependencies 2024-02-28 20:22:15 +01:00
requirements.txt Added Mood model 2024-02-29 00:05:41 +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.

If there are any issues with djangorestframework or rather the import of rest_framework, try installing it again with the active environment using python -m pip install djangorestframework.