rename pycharm project
This commit is contained in:
parent
a9be556222
commit
6816ff0865
5 changed files with 29 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -1 +1,13 @@
|
|||
# toolshed
|
||||
# toolshed
|
||||
|
||||
## Installation
|
||||
|
||||
``` bash
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue