A simple Django app to visually create DB queries.
Project description
=====
Visual Query Builder
=====
Simple app that provides an admin interface for generating and saving queries based on your defined models.
Quick start
-----------
1. Add "qb" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'qb',
]
2. Run `python manage.py migrate` to create the qb models.
3. Start the development server and visit http://127.0.0.1:8000/admin/
to start building queries (you'll need the Admin app enabled).
Visual Query Builder
=====
Simple app that provides an admin interface for generating and saving queries based on your defined models.
Quick start
-----------
1. Add "qb" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'qb',
]
2. Run `python manage.py migrate` to create the qb models.
3. Start the development server and visit http://127.0.0.1:8000/admin/
to start building queries (you'll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-visual-queries-0.2.tar.gz.
File metadata
- Download URL: django-visual-queries-0.2.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
763f0c470f54df71de0157eedd007068199b19dd71b7befaa87b68ef38a379d8
|
|
| MD5 |
981ed25db5d7efde72cc7cf3d30da664
|
|
| BLAKE2b-256 |
cadd1a40e4bcce24fa64b430026d93811257f03c31492b68ab5b38091face8dd
|
File details
Details for the file django_visual_queries-0.2-py3-none-any.whl.
File metadata
- Download URL: django_visual_queries-0.2-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf20b80a9aec68c80b42e99e82fe515a8f660abeca7f30971affaa8ebe6098c7
|
|
| MD5 |
ec3554d47f1a488fffabb920f9daea04
|
|
| BLAKE2b-256 |
874ecd53dacba9135b2a6a331d6ce17f2da0bb8c848eb1dad68c7e5a47fb5eae
|