Skip to content

Instantly share code, notes, and snippets.

View ianstream's full-sized avatar

yeontae, Kim ianstream

View GitHub Profile
@ianstream
ianstream / gist_debug_toolbar.txt
Created January 18, 2016 06:26 — forked from dasvador/gist_debug_toolbar.txt
Query Execute Analytics
# HOW TO DJANGO Debug Toolbar Install
# 1.Required library install
pip install django-debug-toolbar
pip install django-debug-toolbar-template-timings
# 2. Create Another settings file from settins.py clone (exam - settings_dev.py)
# 3. Configuration settings_dev.py
INSTALLED_APPS = (
....