Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 598 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 598 Bytes

Wsb - Django - R

Deployment Instructions

  1. Python 3 need to be installed in your computer,
  2. Install dependencies for the Python environment. The easiest way is to use pip by typing in command line pip install -r requirements.txt
  3. Open a terminal, input command: python manage.py migrate
  4. Next input command python manage.py runserver 8000
  5. Open your web browser, input 127.0.0.1:8000 in the address bar.
  • P.S. If you fail running python manage.py runserver 8000, try another port numbers, like 8081 or 8080.