Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from OWASP-BLT/BLT

OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.

License

Notifications You must be signed in to change notification settings

pombredanne/BLT

 
 

Repository files navigation

OWASP BLT

Report issues and get points, companies are held accountable.

The first time you may need to run:

  • If postgresql is not installed, brew install postgresql (mac), sudo apt-get install postgresql (Ubuntu)

  • cd projectname

  • virtualenv venv

  • venv\Scripts\activate (windows)

  • source venv/bin/activate (mac)

  • pip install -r requirements.txt

  • python manage.py migrate

  • python manage.py createsuperuser (then go to /admin) and add filler information for social auth accounts

  • python manage.py runserver

Note:

  • you may have to install libpq-dev

About

OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 42.2%
  • HTML 31.5%
  • Python 23.3%
  • CSS 2.9%
  • Shell 0.1%