An open API service indexing awesome lists of open source software.

https://github.com/truthbk/codestew

Codestew: a Code Review Tool
https://github.com/truthbk/codestew

Last synced: 3 months ago
JSON representation

Codestew: a Code Review Tool

Awesome Lists containing this project

README

          

codestew
========

Codestew: a Code Review Tool

MySQL Note: I obviously don't want to make my root password available to everyone given this will be hosted
in a public github repo. I have therefore created a specific development user for this project that can only
work on the codestew db. So, to make things easy for you if you wish to use my same setup I have included
a really short SQL script to create the DB, DB user and grant the correct permissions. Use it as follows:

# mysql -u root -p < $REPOHOME/scripts/db_init.sql

If on the other hand you wish to use your own root user or whatever, feel free to modify codestew/settings.py
to suit your needs.