No description
| backend | ||
| docs | ||
| .build.yml | ||
| .gitignore | ||
| LICENSE | ||
| mkdocs.yml | ||
| README.md | ||
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