Skip to content

testvidya11/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

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