Mini SQL Explorer for Django Admin
- 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
$ pip install django-miniexplorer
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
.
- Dann Luciano - Initial work - @dannluciano
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
Inspired:
- django-sql-explorer
- and by Corona Virus
Thanks to IFPI for pay my salary!