Skip to content

saroosh-z/web_dev_finder

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.7%
  • Python 32.8%
  • HTML 19.6%
  • JavaScript 6.9%