Added django-debug-toolbar.

This commit is contained in:
A. Svensson 2015-02-18 19:36:08 +01:00
parent 8da4e4052d
commit e5e5fd044c
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
requests
beautifulsoup4
django
django-debug-toolbar

View File

@ -37,6 +37,8 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'debug_toolbar',
'gameservers',
)