Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 577 Bytes

File metadata and controls

24 lines (21 loc) · 577 Bytes

web_dev_finder

###To set up project:

  1. Create virtual environment - virtualenv venv
  2. Activate virtual env - source venv/bin/activate
  3. Install requirements from requirements.txt file - pip install -r requirements.txt

###When running pylint: Run the command:

pylint --load-plugins pylint_django gigfinder

to get the score for the gigfinder app. The command:

pylint --load-plugins pylint_django authentication

to get the score for the authentication app. The command:

pylint --load-plugins pylint_django board

to get the score for the board app.