No description
Find a file
2023-06-16 19:28:36 +02:00
backend rename pycharm project 2023-06-16 19:28:36 +02:00
.gitignore Initial commit 2023-03-06 22:13:36 +01:00
LICENSE Initial commit 2023-03-06 22:13:36 +01:00
README.md rename pycharm project 2023-06-16 19:28:36 +02: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