Skip to content

tomclement/ejrf

 
 

Repository files navigation

Installation

  • Postgres should be running and after cloning adjust localsettings.py accordingly for db setup

##Git

    git clone https://github.com/eJRF/ejrf.git

    cd ejrf

    mkvirtualenv ejrf

    pip install -r pip-requirements.txt

    python manage.py syncdb --noinput

    python manage.py migrate

    python manage.py runserver

==

  • run test and harvest

  • To run locally with data run after following the above steps

./manage loaddata questionnaire_core_2013.json
./manage runserver

Done!! you're good to go :)

Filenaming convention:

  • for tests: test_[[OBJECT]]_[[ACTION]].py e.g: test_location_form.py, test_location_model.py, test_location_views.py

====

Build Status Coverage Status

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • JavaScript 5.7%
  • CSS 1.1%
  • Shell 0.1%