Skip to main content

A simple app for executing SQL queries in Django admin panel

Project description

Build Status Licence Coverage Status

Django-SQL

A simple app for executing SQL queries in Django admin panel.

! WARNINIG !

Do not install this app if you afraid of consequences of giving access to database from admin panel.

Requirements

  • Python3

  • Django 1.9

Installation

pip install git+https://github.com/luminousmen/django-sql.git

Add to your INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
  ...
  'sql',
]

Add to your urls.py:

url(r'^admin/sql/(?:sql/)?$', execute_sql, name='sql'),

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sql-1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page