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
- Host: GitHub
- URL: https://github.com/truthbk/codestew
- Owner: truthbk
- Created: 2012-07-05T08:07:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-05T09:46:34.000Z (over 13 years ago)
- Last Synced: 2025-02-22T02:25:24.861Z (11 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.