Skip to content

refugeehackathon/interpreteer-backend

Folders and files

NameName
Last commit message
Last commit date
Nov 9, 2015
Dec 21, 2015
Oct 24, 2015
Oct 24, 2015
Oct 24, 2015
Oct 24, 2015
Nov 23, 2015
Dec 12, 2015
Dec 12, 2015
Oct 24, 2015
Nov 25, 2015
Oct 24, 2015
Dec 21, 2015
Oct 24, 2015
Nov 9, 2015
Nov 25, 2015
Oct 25, 2015
Oct 24, 2015
Nov 25, 2015
Oct 24, 2015
Oct 24, 2015
Oct 24, 2015
Oct 24, 2015
Oct 24, 2015

Repository files navigation

Build Status

interpreteer

About

Helps bringing newcomers, translators and interpreters together.

volunteer + interpreter = interpreteer!

http://www.interpreteer.de/

Prerequisites

  • Python 2.7
  • pip
  • virtualenv (virtualenvwrapper is recommended for use during development)

Installation

pip install -r requirements.txt
python manage.py migrate
python manage.py add_langs_to_db
python manage.py loaddata fixtures/seed #load seed data
python manage.py runserver