No description
Find a file
2023-03-08 09:25:51 +01:00
backend return connected_files inside /inventory_items endpoint 2023-11-01 05:12:19 +01:00
docs setup for DRF 2023-06-16 19:28:36 +02:00
.build.yml add CI config 2023-06-16 20:21:44 +02:00
.gitignore use HttpResponse in /media endpoint 2023-11-01 02:42:34 +01:00
LICENSE Initial commit 2023-03-06 22:13:36 +01:00
mkdocs.yml setup for DRF 2023-06-16 19:28:36 +02:00
README.md rename pycharm project 2023-03-08 09:25:51 +01:00

toolshed

Installation

git clone https://github.com/gr4yj3d1/toolshed.git
cd toolshed/backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver