Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tatoeba2 Django Bridge

This is a standalone python package to interface with tatoeba's db using django's orm. Should just work after you hook it up in your project.

Requirements

django and python's mysql driver

pip install -r requirements.txt

Installation

grab it with pip:

pip install -e git+https://github.com/Tatoeba/dj-tatoeba2#egg=tatoeba2

Configuration

In your settings.py add it to your installed apps tuple:

INSTALLED_APPS += ('tatoeba2',)

Also make sure the mysql server is running and the connection is properly configured in your settings.py

About

django models bridge for tatoeba's db

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages