Add Duck booking API method

This commit is contained in:
2015-01-22 16:22:57 +01:00
committed by Gergely Polonkai
parent 15ad940445
commit 7facc7a1cf
4 changed files with 247 additions and 3 deletions

View File

@@ -87,4 +87,5 @@ USE_TZ = True
STATIC_URL = '/static/'
MAX_DUCK_LEVEL = 5
COMP_WARN_LEVEL = 2
MIN_FUZZY_SIMILARITY = 75