mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added django-debug-toolbar to assit with profiling
This commit is contained in:
@@ -7,3 +7,4 @@ xmlrpclib==1.0.1
|
|||||||
South==0.7.1
|
South==0.7.1
|
||||||
fabric==0.9.1
|
fabric==0.9.1
|
||||||
flup
|
flup
|
||||||
|
django-debug-toolbar==0.8.3
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import os
|
|||||||
|
|
||||||
DEBUG = True
|
DEBUG = True
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
INTERNAL_IPS = ('127.0.0.1','91.121.180.45')
|
||||||
|
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
('Andrew Williams', 'andy@tensixtyone.com'),
|
('Andrew Williams', 'andy@tensixtyone.com'),
|
||||||
@@ -59,6 +60,7 @@ MIDDLEWARE_CLASSES = (
|
|||||||
'django.middleware.common.CommonMiddleware',
|
'django.middleware.common.CommonMiddleware',
|
||||||
'django.contrib.sessions.middleware.SessionMiddleware',
|
'django.contrib.sessions.middleware.SessionMiddleware',
|
||||||
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
'django.contrib.auth.middleware.AuthenticationMiddleware',
|
||||||
|
'debug_toolbar.middleware.DebugToolbarMiddleware',
|
||||||
)
|
)
|
||||||
|
|
||||||
ROOT_URLCONF = 'urls'
|
ROOT_URLCONF = 'urls'
|
||||||
@@ -77,6 +79,7 @@ INSTALLED_APPS = (
|
|||||||
'south',
|
'south',
|
||||||
'piston',
|
'piston',
|
||||||
'registration',
|
'registration',
|
||||||
|
'debug_toolbar',
|
||||||
'eve_proxy',
|
'eve_proxy',
|
||||||
'eve_api',
|
'eve_api',
|
||||||
'reddit',
|
'reddit',
|
||||||
|
|||||||
Reference in New Issue
Block a user