Skip to content

dannluciano/django-miniexplorer

Repository files navigation

django-miniexplorer

Mini SQL Explorer for Django Admin

Screen Shot of Mini Explorer

Features

  • SQL Explorer
  • Only safe SQL queries
  • SQL queries formatting
  • Show data base schema
  • AJAX SQL queries
  • Translate to English, and Brazilian Portuguese
  • Auto complete
  • Refactor JavaScript source
  • Add Automatic Tests

How to Install

$ pip install django-miniexplorer

How to use

Add 'miniexplorer' in your installed apps Django project settings.py

# settings.py
INSTALLED_APPS = [
    "miniexplorer",
    ...
    "django.contrib.admin",
    "django.contrib.auth",
    "django.contrib.contenttypes",
    "django.contrib.sessions",
    "django.contrib.messages",
    "django.contrib.staticfiles",
]

Run python manage.py migrate and python manage.py runserver.

Open your preferred Browser and go to Admin Dashboard normally in 127.0.0.1:8000 or localhost:8000.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

Inspired:

Thanks to IFPI for pay my salary!

IFPI