Skip to content

Commit

Permalink
Merge pull request #2316 from pawanw17/pawan/issue-2315
Browse files Browse the repository at this point in the history
Fixed pylint version and fixed runserver command
  • Loading branch information
pariaspe authored Nov 12, 2023
2 parents 8bfaab5 + 144ad61 commit 44e353d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/InstructionsForDevelopers.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install django
pip install djangorestframework
pip install django-webpack-loader
pip install django-cors-headers
pip install pylint
pip install pylint==2.17.4
```

4) Install dependencies for REACT (with Yarn or npm, required Node.JS >= 14.16)
Expand All @@ -43,7 +43,7 @@ cd react_frontend/ && yarn install && yarn run dev

5) Now at the root of the project we are ready to launch the Django webserver
```
python3 manage.py runserver
python3 manage.py runserver 0.0.0.0:7164
```
The webserver is not connected with the RADI.

Expand Down

0 comments on commit 44e353d

Please sign in to comment.