/oneplus

One Plus

Primary LanguagePython

dig-it

oneplus-ci oneplus-coverage

Installation

$ createdb -U oneplus oneplus
$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install -r requirements.txt
(ve)$ ./manage.py syncdb --migrate
(ve)$ ./manage.py migrate

Run Tests

$ source ve/bin/activate
(ve)$ ./manage.py test

Compile CSS

$ ./scripts/compile_css.sh

Watch CSS for changes

$ ./scripts/watch_css.sh &