minecraftcodex/minecraftcodex/database
Felipe Martín 6260faf47b Improved sentry error logging.
Minimun logging is now WARNING (up from DEBUG)
Using sentry_id for 500 errors.
Using custom 404 template & view: added sentry logger there.
2013-05-29 11:36:19 +02:00
..
migrations Fix: LanguageString.content is now a TextField (up from a Char(512)) - Fixes unicode length problems 2013-05-28 17:04:44 +02:00
static Added LESS files to controls icons appearance on the site. 2013-05-28 17:54:30 +02:00
templates Improved sentry error logging. 2013-05-29 11:36:19 +02:00
__init__.py Added app database. 2013-05-20 16:16:29 +02:00
models.py Fix: LanguageString.content is now a TextField (up from a Char(512)) - Fixes unicode length problems 2013-05-28 17:04:44 +02:00
tests.py Added app database. 2013-05-20 16:16:29 +02:00
views.py Improved sentry error logging. 2013-05-29 11:36:19 +02:00