Skip to main content

JSQL backend plugin for Django app

Project description

jsql-django

A JSQL Django plugin for executing hashed queries

Getting Started

Install JSQL Django plugin

pip install jsql-django

Include JSQL Django plugin views to your urls.py file

Import views
from jsql.view import SelectView, InsertView, UpdateView, DeleteView
Describe urls
    url('select', SelectView.as_view()),
    url('insert', InsertView.as_view()),
    url('update', UpdateView.as_view()),
    url('delete', DeleteView.as_view()),

Include ApiKey and MemberKey in your settings.py file

API_KEY = 'your_api_key'
MEMBER_KEY = 'your_member_key'

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

jsql-django-1.1.0.tar.gz (3.6 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