diff --git a/settings.py b/settings.py index 8d8c802..1d5a2fb 100644 --- a/settings.py +++ b/settings.py @@ -228,6 +228,9 @@ else: }, } +# API +TASTYPIE_CANNED_ERROR = "There was an error with your request. The site developers have a record of this error, please email api@snipt.net and we'll help you out." + # Extensions if DEBUG: INSTALLED_APPS += ('django_extensions',)