Silky smooth profiling for Django
Add "silk" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'silk', )
Include the silk URLconf in your project urls.py like this:
url(r'^silk/', include('silk.urls')),
Run python manage.py syncdb to create the silk models.
Start the development server and visit http://127.0.0.1:8000/silk/