mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Removed Raven/Sentry
This commit is contained in:
parent
da66c18479
commit
d9dbfda1d0
2 changed files with 0 additions and 4 deletions
|
@ -122,9 +122,6 @@ INSTALLED_APPS = (
|
||||||
# stored in the user session.
|
# stored in the user session.
|
||||||
MAX_SNIPPETS_PER_USER = 25
|
MAX_SNIPPETS_PER_USER = 25
|
||||||
|
|
||||||
SENTRY_DSN = 'http://0afbf6df0a9749f9985059ed6c527b19:717d9800ba854149a7e7f6a501b2caa0@ohnoez.mahner.org/2'
|
|
||||||
|
|
||||||
|
|
||||||
LOGGING = {
|
LOGGING = {
|
||||||
'version': 1,
|
'version': 1,
|
||||||
'disable_existing_loggers': False,
|
'disable_existing_loggers': False,
|
||||||
|
|
|
@ -2,7 +2,6 @@ django==1.5
|
||||||
django-mptt==0.4.2
|
django-mptt==0.4.2
|
||||||
django-piston==0.2.2
|
django-piston==0.2.2
|
||||||
pygments==1.6
|
pygments==1.6
|
||||||
raven
|
|
||||||
mysql-python==1.2.2
|
mysql-python==1.2.2
|
||||||
south==0.7.6
|
south==0.7.6
|
||||||
gunicorn==0.17.2
|
gunicorn==0.17.2
|
Loading…
Reference in a new issue