Removed Raven/Sentry

This commit is contained in:
Martin Mahner 2013-03-21 19:14:27 +01:00
parent da66c18479
commit d9dbfda1d0
2 changed files with 0 additions and 4 deletions

View file

@ -122,9 +122,6 @@ INSTALLED_APPS = (
# stored in the user session.
MAX_SNIPPETS_PER_USER = 25
SENTRY_DSN = 'http://0afbf6df0a9749f9985059ed6c527b19:717d9800ba854149a7e7f6a501b2caa0@ohnoez.mahner.org/2'
LOGGING = {
'version': 1,
'disable_existing_loggers': False,

View file

@ -2,7 +2,6 @@ django==1.5
django-mptt==0.4.2
django-piston==0.2.2
pygments==1.6
raven
mysql-python==1.2.2
south==0.7.6
gunicorn==0.17.2