Skip to content

Tatoeba/dj-tatoeba2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages