drcongo / djdevpanel-devtools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Developer Panel for Chrome

This extension is based on the boilerplate code at https://github.com/thingsinjars/devtools-extension

Development Installation

  • Open chrome://extensions
  • Enable 'Developer Mode' checkbox
  • Click 'Load unpacked extensions...'
  • Select the djdevpanel-devtools folder

Usage

Install the chrome extension and follow the instructions at https://github.com/loftylabs/django-developer-panel to add the required middleware to your Django application.

Firefox Installation

Unsigned extensions can only be installed in Developer Edition, Nightly, and ESR versions of Firefox.

  • Open about:config and toggle xpinstall.signatures.required to False
  • Open about:addons
  • Choose "Install Add-on From File" in the dropdown
  • Select the precompiled .xpi file inside the dist folder of this repo

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 55.1%Language:HTML 35.2%Language:CSS 9.7%